summaryrefslogtreecommitdiffstats
path: root/src/temp/player/playerUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/player/playerUtil.c')
-rw-r--r--src/temp/player/playerUtil.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/temp/player/playerUtil.c b/src/temp/player/playerUtil.c
index ced2d6b7..1c8aeec2 100644
--- a/src/temp/player/playerUtil.c
+++ b/src/temp/player/playerUtil.c
@@ -281,6 +281,8 @@ Esop_Cube_t * Pla_ManExorTwoCovers( Pla_Man_t * p, Esop_Cube_t * pCover0, Esop_C
return pCover;
}
+#if 0
+
/**Function*************************************************************
Synopsis [Computes area/delay of the mapping.]
@@ -342,6 +344,8 @@ void Pla_ManComputeStats( Ivy_Man_t * p, Vec_Int_t * vNodes )
printf( "Area = %d. Delay = %d.\n", Area, Delay );
}
+#endif
+
////////////////////////////////////////////////////////////////////////
/// END OF FILE ///
////////////////////////////////////////////////////////////////////////