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

SERVER-32850 Remove dependency on serveronly for storage_interface_impl.

This commit is contained in:
Henrik Edin 2018-01-23 11:14:56 -05:00
parent 4f6b79d652
commit f3b39d5c15

View File

@ -246,7 +246,6 @@ env.Library(
'$BUILD_DIR/mongo/db/common',
'$BUILD_DIR/mongo/db/dbhelpers',
'$BUILD_DIR/mongo/db/query_exec',
'$BUILD_DIR/mongo/db/serveronly', # For OperationContextImpl
],
)