summaryrefslogtreecommitdiff
path: root/db/database.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-22 15:39:20 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-22 15:39:20 -0400
commit380cdd5bf2c92d0a371f66d17ec3690194294ca7 (patch)
tree4440339929b70e3d2925030b05b7fd94ba35d45c /db/database.h
parentaa586edf7eec28b6cffa246a41c9857053693cb6 (diff)
downloadmongo-380cdd5bf2c92d0a371f66d17ec3690194294ca7.tar.gz
handle databases with different cases in mongos SERVER-1443
Diffstat (limited to 'db/database.h')
-rw-r--r--db/database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/database.h b/db/database.h
index 6378b2ebfa1..2246adb3a2a 100644
--- a/db/database.h
+++ b/db/database.h
@@ -22,7 +22,6 @@
namespace mongo {
-
/**
* Database represents a database database
* Each database database has its own set of files -- dbname.ns, dbname.0, dbname.1, ...