summaryrefslogtreecommitdiff
path: root/src/SConscript.client
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-07-18 09:35:32 -0400
committerEliot Horowitz <eliot@10gen.com>2013-07-18 09:35:32 -0400
commitc95d4bc5744dc6aaa9abf202ebee0bee2ffa5463 (patch)
tree425674c15ddd5343ba88c0f612e2c2603ce65fd9 /src/SConscript.client
parenta2960637041c11bc1d8b925e5a99975b7fe9485e (diff)
downloadmongo-c95d4bc5744dc6aaa9abf202ebee0bee2ffa5463.tar.gz
SERVER-6405: lots of prep work for Collection class
splitting pdfile into more components added ExtentManager which should be the only way to do DiskLoc -> Record
Diffstat (limited to 'src/SConscript.client')
-rw-r--r--src/SConscript.client2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SConscript.client b/src/SConscript.client
index 9b1ed26df12..82e5d8007a0 100644
--- a/src/SConscript.client
+++ b/src/SConscript.client
@@ -50,7 +50,6 @@ clientSourceBasic = [
'mongo/db/jsobj.cpp',
'mongo/db/json.cpp',
'mongo/db/lasterror.cpp',
- 'mongo/db/storage/namespace.cpp',
'mongo/db/dbmessage.cpp',
'mongo/logger/console.cpp',
'mongo/logger/log_manager.cpp',
@@ -155,7 +154,6 @@ clientHeaderDirectories = [
"db/",
"db/auth/",
"db/stats/",
- "db/storage/",
"db/repl/",
"db/ops/",
"logger/",