summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/top_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/top_command.cpp')
-rw-r--r--src/mongo/db/commands/top_command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/top_command.cpp b/src/mongo/db/commands/top_command.cpp
index 328b318a73f..50999b993c1 100644
--- a/src/mongo/db/commands/top_command.cpp
+++ b/src/mongo/db/commands/top_command.cpp
@@ -88,7 +88,5 @@ public:
MONGO_INITIALIZER(RegisterTopCommand)(InitializerContext* context) {
new TopCommand();
-
- return Status::OK();
}
} // namespace