Skip to content

Commit

Permalink
--SyncTracer.{cpp,h}
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Sep 23, 2019
1 parent 7008168 commit 44ac53f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion rts/System/CMakeLists.txt
Expand Up @@ -51,7 +51,6 @@ make_global_var(sources_engine_System_common
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/SHA512.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/SyncChecker.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/SyncDebugger.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/SyncTracer.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/SyncedFloat3.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/backtrace.c"
"${CMAKE_CURRENT_SOURCE_DIR}/Sync/get_executable_name.c"
Expand Down
4 changes: 0 additions & 4 deletions rts/System/Sync/SyncChecker.h
Expand Up @@ -5,10 +5,6 @@

#ifdef SYNCCHECK

#ifdef TRACE_SYNC
#include "SyncTracer.h"
#endif

#ifdef TRACE_SYNC_HEAVY
#include "HsiehHash.h"
#endif
Expand Down
24 changes: 0 additions & 24 deletions rts/System/Sync/SyncTracer.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions rts/System/Sync/SyncTracer.h

This file was deleted.

0 comments on commit 44ac53f

Please sign in to comment.