Skip to content

Commit aa0b4e7

Browse files
author
Andy Schwerin
committed
Remove example code from server_parameters.cpp
1 parent fd97dd2 commit aa0b4e7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/mongo/db/server_parameters.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,4 @@ namespace mongo {
5050
x = sp;
5151
}
5252

53-
54-
// obviously this is a sample, not real
55-
// below this is all samples and won't be in the real one
56-
57-
ExportedServerParameter<int> logLevelParam( ServerParameterSet::getGlobal(), "logLevel", &logLevel );
58-
59-
string x = "a";
60-
ExportedServerParameter<string> xxx( ServerParameterSet::getGlobal(), "xxx", &x );
61-
62-
MONGO_EXPORT_SERVER_PARAMETER( y, string, "hh" );
63-
6453
}

0 commit comments

Comments
 (0)