0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

MINOR remove unnecessary 'using' directive

This commit is contained in:
Aaron 2010-01-20 17:17:36 -08:00
parent 22bea6840a
commit 1e85d9cacd

View File

@ -32,9 +32,6 @@
return JS_FALSE; \
}
using boost::uint32_t;
using boost::uint64_t;
namespace mongo {
string trim( string s ){