summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2022-09-19 16:07:29 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2022-09-19 16:07:29 -0700
commit4d183efe48dfef9b992ff46c2636973b36ccb7f4 (patch)
treea5a887c0d737422c6402a2dc4d3e3181396ec660 /src/base/abci/abc.c
parent47c153629f78073bcfda223b8e9885e2280d4108 (diff)
downloadabc-4d183efe48dfef9b992ff46c2636973b36ccb7f4.tar.gz
abc-4d183efe48dfef9b992ff46c2636973b36ccb7f4.tar.bz2
abc-4d183efe48dfef9b992ff46c2636973b36ccb7f4.zip
Compiler warnings.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 0 insertions, 2 deletions
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;