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:
parent
8bb232d7b3
commit
3a0518572f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user