From 9ecc007b5b7a4e367d1f2183d62f4d31ee131ff9 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 14 Jan 2009 13:00:07 -0500 Subject: move sayDbContext to stdafx (it was defined there anyway) --- db/pdfile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'db/pdfile.h') 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 */ -- cgit v1.2.1