summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/top.h')
-rw-r--r--src/mongo/db/stats/top.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/stats/top.h b/src/mongo/db/stats/top.h
index 2fcbb620f6c..635fda68a1e 100644
--- a/src/mongo/db/stats/top.h
+++ b/src/mongo/db/stats/top.h
@@ -108,7 +108,7 @@ public:
void cloneMap(UsageMap& out) const;
- void collectionDropped(const NamespaceString& nss, bool databaseDropped = false);
+ void collectionDropped(const NamespaceString& nss);
/**
* Appends the collection-level latency statistics
@@ -154,7 +154,6 @@ private:
mutable SimpleMutex _lock;
OperationLatencyHistogram _globalHistogramStats;
UsageMap _usage;
- std::set<std::string> _collDropNs;
};
} // namespace mongo