diff options
author | Greg Studer <greg@10gen.com> | 2013-05-08 15:11:00 -0400 |
---|---|---|
committer | Greg Studer <greg@10gen.com> | 2013-05-08 15:11:00 -0400 |
commit | c6f9272a9e2b77f8f1ea9298a2df9504e30e4c5a (patch) | |
tree | 02241014477fc914257fd5162cb1b4785efb3e27 /src/mongo/db/dbhelpers.h | |
parent | a2c6dd27a07f6e4acfe80156c36eb6448ac205a4 (diff) | |
download | mongo-c6f9272a9e2b77f8f1ea9298a2df9504e30e4c5a.tar.gz |
SERVER-9072 fix tests to use KeyRange
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r-- | src/mongo/db/dbhelpers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h index d18ba82a199..d01cccef982 100644 --- a/src/mongo/db/dbhelpers.h +++ b/src/mongo/db/dbhelpers.h @@ -31,8 +31,6 @@ namespace mongo { class Cursor; class CoveredIndexMatcher; - struct IndexChunk; - /** * db helpers are helper functions and classes that let us easily manipulate the local * database instance in-proc. @@ -155,7 +153,7 @@ namespace mongo { /** * Get sorted disklocs that belong to a range of a namespace defined over an index - * key pattern (IndexChunk). + * key pattern (KeyRange). * * @param chunk range of a namespace over an index key pattern. * @param maxChunkSizeBytes max number of bytes that we will retrieve locs for, if the |