diff options
Diffstat (limited to 'src/mongo/db/index.h')
-rw-r--r-- | src/mongo/db/index.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/index.h b/src/mongo/db/index.h index 902f7afd72f..d9332c89b6f 100644 --- a/src/mongo/db/index.h +++ b/src/mongo/db/index.h @@ -23,7 +23,6 @@ #include <vector> #include "mongo/db/diskloc.h" -#include "mongo/db/indexkey.h" #include "mongo/db/jsobj.h" #include "mongo/db/key.h" #include "mongo/db/namespace.h" @@ -160,8 +159,6 @@ namespace mongo { */ void kill_idx(); - const IndexSpec& getSpec() const; - string toString() const { return info.obj().toString(); } |