summaryrefslogtreecommitdiff
path: root/db/diskloc.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-17 22:11:21 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-17 22:11:21 -0400
commit72f2eb24d5f27717b239789e0ad1011407a44363 (patch)
tree05207afd7ef402cfb62d66156af91bf84303dcc6 /db/diskloc.h
parentdaf8c0fbd09f5730adb7511b882c1a5ba671eb08 (diff)
downloadmongo-72f2eb24d5f27717b239789e0ad1011407a44363.tar.gz
change LazyString to toString rather than (string)
Diffstat (limited to 'db/diskloc.h')
-rw-r--r--db/diskloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/diskloc.h b/db/diskloc.h
index 93ef78b7957..2747abd9d82 100644
--- a/db/diskloc.h
+++ b/db/diskloc.h
@@ -86,7 +86,6 @@ namespace mongo {
ss << hex << fileNo << ':' << ofs;
return ss.str();
}
- operator string() const { return toString(); }
BSONObj toBSONObj() const {
return BSON( "file" << fileNo << "offset" << ofs );