From 7c49f4e816d57de9ad1864737644a2eae230b0f8 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 25 Jan 2020 16:17:40 +0100 Subject: [PATCH] Remove TracyClientDLL.cpp. --- TracyClientDLL.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 TracyClientDLL.cpp 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"