From 4d183efe48dfef9b992ff46c2636973b36ccb7f4 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 19 Sep 2022 16:07:29 -0700 Subject: Compiler warnings. --- src/base/abci/abc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 9b4aff78..a5f466a4 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -42211,8 +42211,6 @@ usage: #ifndef _WIN32 int Abc_CommandAbc9Ttopt( Abc_Frame_t * pAbc, int argc, char ** argv ) { - extern Gia_Man_t * Gia_ManTtopt( Gia_Man_t * p, int nIns, int nOuts, int nRounds ); - extern Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, char * pFileName, int nRarity ); Gia_Man_t * pTemp; char * pFileName = NULL; int c, nIns = 6, nOuts = 2, Limit = 0, nRounds = 20, fVerbose = 0; -- cgit v1.2.3