diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-13 17:23:53 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-13 17:23:53 -0400 |
commit | b4ca3766a6043c80484f4adbed3c0bad15392461 (patch) | |
tree | d3a8be021d05b1cfd9071fb55137c8ba408d5546 /s/s_only.cpp | |
parent | cea03ac9158128d229f376ea263940212cf16f6c (diff) | |
download | mongo-b4ca3766a6043c80484f4adbed3c0bad15392461.tar.gz |
link fix
Diffstat (limited to 's/s_only.cpp')
-rw-r--r-- | s/s_only.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/s/s_only.cpp b/s/s_only.cpp index 0ceefde2494..07b8f7908a3 100644 --- a/s/s_only.cpp +++ b/s/s_only.cpp @@ -32,9 +32,6 @@ namespace mongo { return i; } - // need this stub to reduce mongos link dependencies - inline Matcher::~Matcher() { assert(!"this shouldn't be called"); } - boost::thread_specific_ptr<Client> currentClient; Client::~Client(){ assert(!"this shouldn't be called"); } |