summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands_test_crutch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands_test_crutch.cpp')
-rw-r--r--src/mongo/db/commands_test_crutch.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/commands_test_crutch.cpp b/src/mongo/db/commands_test_crutch.cpp
index de083acb447..f9b7d965dbe 100644
--- a/src/mongo/db/commands_test_crutch.cpp
+++ b/src/mongo/db/commands_test_crutch.cpp
@@ -43,8 +43,4 @@ void Command::execCommand(OperationContext*,
invariant(false);
}
-void Command::registerError(OperationContext*, const DBException&) {
- invariant(false);
-}
-
} // namespace mongo