]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: Remove redundant 'using namespace std'
authorJohn Spray <john.spray@inktank.com>
Tue, 6 May 2014 15:53:20 +0000 (08:53 -0700)
committerJohn Spray <john.spray@inktank.com>
Thu, 8 May 2014 12:28:55 +0000 (13:28 +0100)
This simply was not being used, and triggered
a clang warning.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/LogEvent.h

index e7e8a62e06abb7b5adb549e3aa34c17eb131e3d0..542e75e84867fd0fe628bf4bb5edf8a29bc74f8b 100644 (file)
@@ -41,9 +41,6 @@
 #define EVENT_SUBTREEMAP_TEST   50
 
 
-#include <string>
-using namespace std;
-
 #include "include/buffer.h"
 #include "include/Context.h"
 #include "include/utime.h"