summaryrefslogtreecommitdiff
path: root/s
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-08 20:54:27 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-08 20:54:27 -0500
commita3a7634e3cf6dd1aea33a7d741d3b574d5f435ae (patch)
tree0d1d6d61de01bdccb049a3e73ba88f247e7e69cc /s
parent719cf8940b225818919f36a6b90c35e1eb89bcf0 (diff)
downloadmongo-a3a7634e3cf6dd1aea33a7d741d3b574d5f435ae.tar.gz
cleaning and comment
Diffstat (limited to 's')
-rw-r--r--s/chunk.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/s/chunk.cpp b/s/chunk.cpp
index 9f1cec1359c..076d6dd268b 100644
--- a/s/chunk.cpp
+++ b/s/chunk.cpp
@@ -347,9 +347,7 @@ namespace mongo {
void Chunk::_markModified(){
_modified = true;
-
- unsigned long long t = time(0);
- t *= 1000;
+ // set to 0 so that the config server sets it
_lastmod = 0;
}