From af149cdad1b56325e4e5134e64afd26a49dcecbe Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Tue, 19 Feb 2008 21:17:38 +0000 Subject: [PATCH] remove old comment. --- stasis/operations/pageOperations.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stasis/operations/pageOperations.h b/stasis/operations/pageOperations.h index 42934a0..0c0b1bd 100644 --- a/stasis/operations/pageOperations.h +++ b/stasis/operations/pageOperations.h @@ -60,11 +60,6 @@ terms specified in this license. #ifndef __PAGE_OPERATIONS_H__ #define __PAGE_OPERATIONS_H__ -/** If defined, then pageOperations.h will reuse freed pages. - Unfortunately, the current support is not safe for programs with - multiple concurrent transactions. */ -/*#define REUSE_PAGES */ - compensated_function int TpageAlloc(int xid/*, int type*/); compensated_function recordid TfixedPageAlloc(int xid, int size); compensated_function int TpageAllocMany(int xid, int count/*, int type*/);