diff options
Diffstat (limited to 'src/base/cmd/cmdPlugin.c')
-rw-r--r-- | src/base/cmd/cmdPlugin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/base/cmd/cmdPlugin.c b/src/base/cmd/cmdPlugin.c index 51378653..9a3902ff 100644 --- a/src/base/cmd/cmdPlugin.c +++ b/src/base/cmd/cmdPlugin.c @@ -458,12 +458,6 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv ) // check if there is the binary pFileNameBinary = Abc_GetBinaryName( pAbc, argc, argv ); - if ( (pFile = fopen( pFileNameBinary, "r" )) == NULL ) - { - Abc_Print( -1, "Cannot run the binary \"%s\".\n\n", pFileNameBinary ); - return 1; - } - fclose( pFile ); // create temp file fd = Util_SignalTmpFile( "__abctmp_", ".aig", &pFileIn ); |