diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-06-10 09:30:11 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-06-10 17:30:35 -0400 |
commit | d722cd36f36ec4b8e6c1d51d993c5fb1706747a8 (patch) | |
tree | f175bb18ebfa48d33efff85cd3fa3f2dd45d178b /src/mongo/db/catalog/database.h | |
parent | 6537dc777512d093a489cb1db99e8db8cf50b914 (diff) | |
download | mongo-d722cd36f36ec4b8e6c1d51d993c5fb1706747a8.tar.gz |
SERVER-13635: remove Database:flushFiles as it was only used initial sync where it no longer is needed
Diffstat (limited to 'src/mongo/db/catalog/database.h')
-rw-r--r-- | src/mongo/db/catalog/database.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/database.h b/src/mongo/db/catalog/database.h index c8a40213baa..58e0637d41a 100644 --- a/src/mongo/db/catalog/database.h +++ b/src/mongo/db/catalog/database.h @@ -81,8 +81,6 @@ namespace mongo { */ bool setProfilingLevel( OperationContext* txn, int newLevel , std::string& errmsg ); - void flushFiles( bool sync ); - /** * @return true if ns is part of the database * ns=foo.bar, db=foo returns true |