Commit 579a02af authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

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

git-svn-id: file:///svn/toku/tokudb@25394 c7de825b-a66e-492c-adef-691d508d4ae1
parent c4c6e5a1
...@@ -2019,7 +2019,6 @@ bool transaction_open(TXNID xid) { ...@@ -2019,7 +2019,6 @@ bool transaction_open(TXNID xid) {
#endif #endif
#if BRT_LAYOUT_MIN_SUPPORTED_VERSION <= BRT_LAYOUT_VERSION_12
#if TOKU_WINDOWS #if TOKU_WINDOWS
#pragma pack(push, 1) #pragma pack(push, 1)
#endif #endif
...@@ -2216,5 +2215,3 @@ toku_le_upgrade_12_13(LEAFENTRY_12 old_leafentry, ...@@ -2216,5 +2215,3 @@ toku_le_upgrade_12_13(LEAFENTRY_12 old_leafentry,
return rval; return rval;
} }
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment