diff options
author | Jason Rassi <rassi@10gen.com> | 2015-03-09 13:24:07 -0400 |
---|---|---|
committer | Jason Rassi <rassi@10gen.com> | 2015-03-09 17:21:23 -0400 |
commit | 0c388e562f6b1549b583486b151164df17b37d94 (patch) | |
tree | d4faf8b27722398c9885b8bade3c32efc94e43fe /src/mongo/db/instance.h | |
parent | e6491d77039d58197aa3cf63323a0b6d47f6b859 (diff) | |
download | mongo-0c388e562f6b1549b583486b151164df17b37d94.tar.gz |
SERVER-17499 Unify GodScope and fromDBDirectClient bool
Diffstat (limited to 'src/mongo/db/instance.h')
-rw-r--r-- | src/mongo/db/instance.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/instance.h b/src/mongo/db/instance.h index 9b42cfc32f0..e7aa31b9f86 100644 --- a/src/mongo/db/instance.h +++ b/src/mongo/db/instance.h @@ -70,8 +70,7 @@ namespace mongo { void assembleResponse( OperationContext* txn, Message& m, DbResponse& dbresponse, - const HostAndPort &client, - bool fromDBDirectClient = false ); + const HostAndPort &client ); void maybeCreatePidFile(); |