diff options
Diffstat (limited to 'src/mongo/db/instance.h')
-rw-r--r-- | src/mongo/db/instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/instance.h b/src/mongo/db/instance.h index b7039b30c4c..ff8e655b608 100644 --- a/src/mongo/db/instance.h +++ b/src/mongo/db/instance.h @@ -79,7 +79,7 @@ namespace mongo { /* returns true if there is no data on this server. useful when starting replication. local database does NOT count. */ - bool replHasDatabases(OperationContext* txn); + bool replHasDatabases(); /** * Embedded calls to the local server using the DBClientBase API without going over the network. |