aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Timeprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Timeprobe.cpp')
-rw-r--r--externals/ace/Timeprobe.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/externals/ace/Timeprobe.cpp b/externals/ace/Timeprobe.cpp
deleted file mode 100644
index 1fe8459ed8d..00000000000
--- a/externals/ace/Timeprobe.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id: Timeprobe.cpp 80826 2008-03-04 14:51:23Z wotte $
-
-#include "ace/config-all.h"
-
-ACE_RCSID(ace, Timeprobe, "$Id: Timeprobe.cpp 80826 2008-03-04 14:51:23Z wotte $")
-
-#if defined (ACE_COMPILE_TIMEPROBES)
-
-#include "ace/Timeprobe.h"
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Timeprobe.inl"
-#endif /* __ACE_INLINE__ */
-
-#endif /* ACE_COMPILE_TIMEPROBES */