[t:2892], remove #if BRT_LAYOUT...

git-svn-id: file:///svn/toku/tokudb@25394 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-16 23:59:26 -04:00 committed by Yoni Fogel
parent 2f88373f31
commit fbdca53647

View file

@ -2019,7 +2019,6 @@ bool transaction_open(TXNID xid) {
#endif
#if BRT_LAYOUT_MIN_SUPPORTED_VERSION <= BRT_LAYOUT_VERSION_12
#if TOKU_WINDOWS
#pragma pack(push, 1)
#endif
@ -2216,5 +2215,3 @@ toku_le_upgrade_12_13(LEAFENTRY_12 old_leafentry,
return rval;
}
#endif