diff options
Diffstat (limited to 'src/map/if/ifTime.c')
-rw-r--r-- | src/map/if/ifTime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/if/ifTime.c b/src/map/if/ifTime.c index ac0d2cb4..edbbe272 100644 --- a/src/map/if/ifTime.c +++ b/src/map/if/ifTime.c @@ -28,8 +28,6 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -#define IF_BIG_CHAR 120 - static float s_ExtraDel[2][3] = { {1.0, 1.0, (float)0.1}, {1.0, 1.0, (float)0.1} }; static void If_CutSortInputPins( If_Man_t * p, If_Cut_t * pCut, int * pPinPerm, float * pPinDelays ); |