summaryrefslogtreecommitdiff
path: root/db/pdfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/pdfile.h')
-rw-r--r--db/pdfile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/pdfile.h b/db/pdfile.h
index 17933eb246f..8aa31ef26aa 100644
--- a/db/pdfile.h
+++ b/db/pdfile.h
@@ -342,11 +342,6 @@ inline BtreeBucket* DiskLoc::btree() const {
return (BtreeBucket*) rec()->data;
}
-inline Bucket* DiskLoc::bucket() const {
- assert( fileNo != -1 );
- return (Bucket*) rec()->data;
-}
-
/*---------------------------------------------------------------------*/
// customer, or rather a customer's database -- i guess down the line