summaryrefslogtreecommitdiff
path: root/bson/bsonelement.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-07-21 15:39:59 -0400
committerDwight <dwight@10gen.com>2010-07-21 15:39:59 -0400
commit3b2ede3771e29adf3359086980220bf79a8b3f7a (patch)
tree1de0f2f4b5792a053c0e09e6d5af4b50f0d38d0c /bson/bsonelement.h
parentac0125de71602f408dd9c8ea0ae05b26dc73b770 (diff)
downloadmongo-3b2ede3771e29adf3359086980220bf79a8b3f7a.tar.gz
rs rollback work
Diffstat (limited to 'bson/bsonelement.h')
-rw-r--r--bson/bsonelement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bson/bsonelement.h b/bson/bsonelement.h
index f9740f6b616..4a0449a5a63 100644
--- a/bson/bsonelement.h
+++ b/bson/bsonelement.h
@@ -288,7 +288,6 @@ public:
return woCompare( r , true ) == 0;
}
-
/** Well ordered comparison.
@return <0: l<r. 0:l==r. >0:l>r
order by type, field name, and field value.
@@ -545,5 +544,4 @@ private:
totalSize = 1;
}
-
}