We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2175e commit be55e5bCopy full SHA for be55e5b
src/mongo/db/pdfile.h
@@ -79,11 +79,6 @@ namespace mongo {
79
return &database->namespaceIndex();
80
}
81
82
- inline NamespaceDetails* nsdetails(const StringData& ns) {
83
- // if this faults, did you set the current db first? (Client::Context + dblock)
84
- return nsindex(ns)->details(ns);
85
- }
86
-
87
BOOST_STATIC_ASSERT( 16 == sizeof(DeletedRecord) );
88
89
inline BSONObj BSONObj::make(const Record* r ) {
0 commit comments