summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-11-22 14:22:43 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-11-28 21:02:19 -0500
commit88fa04b3791d1e53444601432677bb0cf86dc293 (patch)
tree7843213368c44d71c82ee0e9550ef88411047fe6 /src/mongo/db/dbhelpers.h
parentfe8890ff6718850af6082441c62fd6cdfb67e3f4 (diff)
downloadmongo-88fa04b3791d1e53444601432677bb0cf86dc293.tar.gz
SERVER-31056 Cleanup MetadataManager and CollectionMetadata
No functional changes, only cleanup to improve readability. * Removes unused code * Improve comments * Hide functionality, which doesn't need to be public
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 031feda1215..b05d85ba2ef 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -38,11 +38,8 @@
namespace mongo {
class Collection;
-class Cursor;
class DataProtector;
class OperationContext;
-struct KeyRange;
-struct WriteConcernOptions;
/**
* db helpers are helper functions and classes that let us easily manipulate the local