diff options
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 */ |