summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2014-05-09 15:47:52 -0400
committerAndy Schwerin <schwerin@mongodb.com>2014-05-12 11:43:14 -0400
commit251d119e685a89d7c7b494d9c6c0f0e3323849ba (patch)
treece81d1e145448606b71bd4e052f9d6879799ab0d /src/mongo/db/commands/dbhash.h
parentbde96204088d1ce7caec35de55610c5082d620ab (diff)
downloadmongo-251d119e685a89d7c7b494d9c6c0f0e3323849ba.tar.gz
SERVER-13896 No longer pass extraneous arguments to logOpForDbHash().
Diffstat (limited to 'src/mongo/db/commands/dbhash.h')
-rw-r--r--src/mongo/db/commands/dbhash.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/db/commands/dbhash.h b/src/mongo/db/commands/dbhash.h
index 3853d5532e1..5d74a2ae359 100644
--- a/src/mongo/db/commands/dbhash.h
+++ b/src/mongo/db/commands/dbhash.h
@@ -34,12 +34,7 @@
namespace mongo {
- void logOpForDbHash( const char* opstr,
- const char* ns,
- const BSONObj& obj,
- BSONObj* patt,
- const BSONObj* fullObj,
- bool forMigrateCleanup );
+ void logOpForDbHash( const char* ns );
class DBHashCmd : public Command {
public: