diff --git a/TracyClientDLL.cpp b/TracyClientDLL.cpp deleted file mode 100644 index 8dc0c209..00000000 --- a/TracyClientDLL.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// -// Tracy profiler -// ---------------- -// -// On multi-DLL projects compile and -// link with this source file (and none -// other) in the executable and in -// DLLs / shared objects that link to -// the main DLL. -// - -// Define TRACY_ENABLE to enable profiler. - -#ifdef TRACY_ENABLE -# ifndef TRACY_IMPORTS -# define TRACY_IMPORTS 1 -# endif -#endif -#include "common/TracySystem.cpp"