summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-04-02 17:26:36 -0400
committerEliot Horowitz <eliot@10gen.com>2009-04-02 17:26:36 -0400
commitec376d5781723ec3737a7f4d46ee8a2fd1a63cdc (patch)
tree7f291447f38badaff8d4fe74cfc4d1275532c93d
parentd20f1d0f627c4ddf7a78fffe17ad096981c55b51 (diff)
downloadmongo-ec376d5781723ec3737a7f4d46ee8a2fd1a63cdc.tar.gz
remove unused variable
-rw-r--r--s/shard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/s/shard.h b/s/shard.h
index ca7a8fd1945..8aaca9b5c29 100644
--- a/s/shard.h
+++ b/s/shard.h
@@ -160,7 +160,6 @@ namespace mongo {
vector<Shard*> _shards;
- mutex _lock;
unsigned long long _sequenceNumber;
friend class Shard;