summaryrefslogtreecommitdiff
path: root/db/pdfile.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-01-14 13:00:07 -0500
committerEliot Horowitz <eliot@10gen.com>2009-01-14 13:00:07 -0500
commit9ecc007b5b7a4e367d1f2183d62f4d31ee131ff9 (patch)
tree0e6f0192a02155bded1c161e4d6e24d791703a8f /db/pdfile.h
parent47e463f0cec847a679f8efc822a787239ba86ce5 (diff)
downloadmongo-9ecc007b5b7a4e367d1f2183d62f4d31ee131ff9.tar.gz
move sayDbContext to stdafx (it was defined there anyway)
Diffstat (limited to 'db/pdfile.h')
-rw-r--r--db/pdfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/pdfile.h b/db/pdfile.h
index c92617178cf..d4183d15a7a 100644
--- a/db/pdfile.h
+++ b/db/pdfile.h
@@ -288,8 +288,6 @@ inline Record* PhysicalDataFile::recordAt(DiskLoc dl) {
return header->getRecord(dl);
}
-void sayDbContext(const char *msg = 0);
-
inline DiskLoc Record::getNext(const DiskLoc& myLoc) {
if ( nextOfs != DiskLoc::NullOfs ) {
/* defensive */