diff options
Diffstat (limited to 'src/mongo/db/curop_test.cpp')
-rw-r--r-- | src/mongo/db/curop_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/curop_test.cpp b/src/mongo/db/curop_test.cpp index 1ec562181e6..392c53a6509 100644 --- a/src/mongo/db/curop_test.cpp +++ b/src/mongo/db/curop_test.cpp @@ -34,8 +34,6 @@ namespace mongo { - CmdLine cmdLine; // needed to satisfy reference in curop.h (and elsewhere) - namespace { const long long intervalLong = 2000 * 1000; // 2s in micros |