mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
mds: Remove redundant 'using namespace std'
This simply was not being used, and triggered a clang warning. Signed-off-by: John Spray <john.spray@inktank.com>
This commit is contained in:
parent
3fd871270b
commit
d85b8faf11
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user