summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/crutch.cpp
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-11-03 09:37:19 -0500
committerShaun Verch <shaun.verch@10gen.com>2013-11-09 15:48:43 -0500
commit3d28d63ec6fb6f285d279b529f945f43ec3b2b48 (patch)
tree3475aadbb792f31069e74aa93bd6cb8ed72f5539 /src/mongo/unittest/crutch.cpp
parentfcd5d158870368b6957fa0f2db9f58a5559a14be (diff)
downloadmongo-3d28d63ec6fb6f285d279b529f945f43ec3b2b48.tar.gz
SERVER-11637: Move lasterror.cpp into its own library and add comment about dependency triangle
Diffstat (limited to 'src/mongo/unittest/crutch.cpp')
-rw-r--r--src/mongo/unittest/crutch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/unittest/crutch.cpp b/src/mongo/unittest/crutch.cpp
index 6364db185c0..694fe88e7ef 100644
--- a/src/mongo/unittest/crutch.cpp
+++ b/src/mongo/unittest/crutch.cpp
@@ -30,5 +30,4 @@
namespace mongo {
bool inShutdown() { return false; }
- void setLastError(int code, const char* msg) {}
} // namespace mongo