aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Mutex.cpp1
-rw-r--r--lib/System/Path.cpp1
-rw-r--r--lib/System/TimeValue.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/System/Mutex.cpp b/lib/System/Mutex.cpp
index a0fd417dbd..1ddf526937 100644
--- a/lib/System/Mutex.cpp
+++ b/lib/System/Mutex.cpp
@@ -159,4 +159,3 @@ Mutex::tryacquire()
#endif
#endif
-DEFINING_FILE_FOR(SystemMutex)
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index caf5789d7e..dbac32914d 100644
--- a/lib/System/Path.cpp
+++ b/lib/System/Path.cpp
@@ -181,4 +181,3 @@ bool Path::hasMagicNumber(const std::string &Magic) const {
#include "Win32/Path.inc"
#endif
-DEFINING_FILE_FOR(SystemPath)
diff --git a/lib/System/TimeValue.cpp b/lib/System/TimeValue.cpp
index 8ecfd22da7..227d67701e 100644
--- a/lib/System/TimeValue.cpp
+++ b/lib/System/TimeValue.cpp
@@ -56,4 +56,3 @@ TimeValue::normalize( void ) {
#include "Win32/TimeValue.inc"
#endif
-DEFINING_FILE_FOR(SystemTimeValue)