0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

remove assert until SERVER-3075 is done

This commit is contained in:
Eliot Horowitz 2011-05-10 15:45:14 -04:00
parent 8bb232d7b3
commit 3a0518572f

View File

@ -97,7 +97,7 @@ namespace {
#if defined(__linux__)
// we don't want to have linux binaries without a fast spinlock
ASSERT( false );
//ASSERT( false ); TODO SERVER-3075
#endif
#endif