#124 Remove using namespace from mutex.h

This commit is contained in:
Andreas Schuh 2015-10-27 23:00:58 +00:00
parent f0523f14a9
commit 4e61c45ef9
2 changed files with 3 additions and 3 deletions

View file

@ -111,6 +111,9 @@
#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"

View file

@ -344,8 +344,5 @@ class WriterMutexLock {
} // namespace MUTEX_NAMESPACE
using namespace MUTEX_NAMESPACE;
#undef MUTEX_NAMESPACE
#endif /* #define GFLAGS_MUTEX_H__ */