diff options
Diffstat (limited to 'src/mongo/shell')
-rw-r--r-- | src/mongo/shell/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript index 090ec5b7cc6..3db44b18a52 100644 --- a/src/mongo/shell/SConscript +++ b/src/mongo/shell/SConscript @@ -61,6 +61,5 @@ env.Library( ], LIBDEPS=[ "$BUILD_DIR/mongo/base", - "$BUILD_DIR/mongo/util/uuid" ], ) |