summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-05-03 12:15:54 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2020-05-03 12:15:54 -0700
commite149cdcd77de5023782cf2cd16e98aa20473b89c (patch)
treedc27e5b81ec161729144660153bbf784fbff58c6 /src/map
parent2b58a83ac082397a025f9d93df32d549aeac2ae9 (diff)
downloadabc-e149cdcd77de5023782cf2cd16e98aa20473b89c.tar.gz
abc-e149cdcd77de5023782cf2cd16e98aa20473b89c.tar.bz2
abc-e149cdcd77de5023782cf2cd16e98aa20473b89c.zip
Compiler warnings.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/mio/mioUtils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mio/mioUtils.c b/src/map/mio/mioUtils.c
index 19b69861..c7180e1c 100644
--- a/src/map/mio/mioUtils.c
+++ b/src/map/mio/mioUtils.c
@@ -355,7 +355,6 @@ void Mio_WriteLibraryVerilog( FILE * pFile, Mio_Library_t * pLib, int fPrintSops
Vec_Ptr_t * vGates = Vec_PtrAlloc( 1000 );
Vec_Ptr_t * vNames = Vec_PtrAlloc( 100 );
int i, nCells;
- int fAllPins = fShort || Mio_CheckGates( pLib );
if ( fSelected )
{
Mio_Cell2_t * pCells = Mio_CollectRootsNewDefault2( 6, &nCells, 0 );