diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-14 13:00:07 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-14 13:00:07 -0500 |
commit | 9ecc007b5b7a4e367d1f2183d62f4d31ee131ff9 (patch) | |
tree | 0e6f0192a02155bded1c161e4d6e24d791703a8f /db/pdfile.h | |
parent | 47e463f0cec847a679f8efc822a787239ba86ce5 (diff) | |
download | mongo-9ecc007b5b7a4e367d1f2183d62f4d31ee131ff9.tar.gz |
move sayDbContext to stdafx (it was defined there anyway)
Diffstat (limited to 'db/pdfile.h')
-rw-r--r-- | db/pdfile.h | 2 |
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 */ |