remove comments/whitespace

git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@565 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
sears 2010-02-16 01:04:46 +00:00
parent 69dafd9a55
commit 478d394365

View file

@ -49,12 +49,6 @@ typedef struct RegionAllocConf_t
pageid_t regionSize;
} RegionAllocConf_t;
//struct logtree_state {
// pageid_t lastLeaf;
//};
struct indexnode_rec {
pageid_t ptr;
};
@ -133,7 +127,6 @@ public:
logtree_page_allocator_t allocator,
void *allocator_state);
inline DataPage<datatuple>::RegionAllocator* get_alloc() { return region_alloc; }
inline void set_alloc(DataPage<datatuple>::RegionAllocator* a1) { region_alloc = a1; } // XXX kludge; must be a better api for this
// (currently, need to get rid from dpstate. add a 'register' method that sets the rid of the region allocator?)