summaryrefslogtreecommitdiff
path: root/db/extsort.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-09-24 17:24:45 -0400
committerEliot Horowitz <eliot@10gen.com>2009-09-24 17:24:45 -0400
commit1981f140a85848869ea6ae3d0de49be86ed51555 (patch)
tree345d706e1bb30d3a28c8e895bcad593fc23219fc /db/extsort.h
parentd1ba3c244ab784d1745fbbc8f65bd754795f522f (diff)
downloadmongo-1981f140a85848869ea6ae3d0de49be86ed51555.tar.gz
extsort cleaning
Diffstat (limited to 'db/extsort.h')
-rw-r--r--db/extsort.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/extsort.h b/db/extsort.h
index 1e1b1e43071..244fedc1e61 100644
--- a/db/extsort.h
+++ b/db/extsort.h
@@ -107,8 +107,6 @@ namespace mongo {
InMemory * _map;
long _mapSizeSoFar;
- long _largestObject;
-
list<string> _files;
bool _sorted;
};