summaryrefslogtreecommitdiff
path: root/s_mutx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's_mutx.cpp')
-rw-r--r--s_mutx.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/s_mutx.cpp b/s_mutx.cpp
deleted file mode 100644
index 33c8385..0000000
--- a/s_mutx.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef GMUT_CXX
-#define GMUT_CXX
-
-#include "s_mutx.h"
-
-using namespace std;
-
-mutx* s_mutx::obj;
-
-#endif