summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-03-19 18:49:08 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-03-22 16:29:12 -0400
commitd8b0d028e3895b32b86f3e6878d4bc34dd8c7fc8 (patch)
tree6df8fcd0faecf5ae8e9c88bd779f834d3bfe71f7 /src/mongo/db/field_ref.h
parent7361e94af31142ec018ccad70b0398e3a472eba5 (diff)
downloadmongo-d8b0d028e3895b32b86f3e6878d4bc34dd8c7fc8.tar.gz
SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionMetadata
Diffstat (limited to 'src/mongo/db/field_ref.h')
-rw-r--r--src/mongo/db/field_ref.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/field_ref.h b/src/mongo/db/field_ref.h
index 82116faf6fe..b6b218630b8 100644
--- a/src/mongo/db/field_ref.h
+++ b/src/mongo/db/field_ref.h
@@ -138,11 +138,6 @@ private:
// with allocations.
static const size_t kReserveAhead = 4;
- /**
- * Parses 'path' into parts.
- */
- void _parse(StringData path);
-
/** Converts the field part index to the variable part equivalent */
size_t getIndex(size_t i) const {
return i - kReserveAhead;