diff options
author | dwight <dwight@Dwights-MacBook-2.local> | 2009-01-25 19:53:51 -0500 |
---|---|---|
committer | dwight <dwight@Dwights-MacBook-2.local> | 2009-01-25 19:53:51 -0500 |
commit | 7aba6a0e0f44f0b423609133b9047bb23fc83ac1 (patch) | |
tree | 2c9686c3b623ec75dbcd5e43e40458b2a59767df /stdafx.cpp | |
parent | 6745ae9693746a5ce90b2c4f3d085bdd711fb607 (diff) | |
download | mongo-7aba6a0e0f44f0b423609133b9047bb23fc83ac1.tar.gz |
_id can be any type
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdafx.cpp b/stdafx.cpp index d440138e496..d7e86404962 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -102,8 +102,4 @@ namespace mongo { printStackTrace(); } - void exit( int status ){ - dbexit( status ); - } - } // namespace mongo |