#124 Remove using namespace from mutex.h
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 27 Oct 2015 23:00:58 +0000 (23:00 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 27 Oct 2015 23:00:58 +0000 (23:00 +0000)
src/gflags.cc
src/mutex.h

index 285050f..a35bbfe 100644 (file)
 #include "mutex.h"
 #include "util.h"
 
+using namespace MUTEX_NAMESPACE;
+
+
 // Special flags, type 1: the 'recursive' flags.  They set another flag's val.
 DEFINE_string(flagfile,   "", "load flags from file");
 DEFINE_string(fromenv,    "", "set flags from the environment"
index 0bdd9d5..ff96f2b 100644 (file)
@@ -344,8 +344,5 @@ class WriterMutexLock {
 
 }  // namespace MUTEX_NAMESPACE
 
-using namespace MUTEX_NAMESPACE;
-
-#undef MUTEX_NAMESPACE
 
 #endif  /* #define GFLAGS_MUTEX_H__ */