get rid of findExecutable

This commit is contained in:
Vitor Santos Costa 2015-03-28 19:36:28 +00:00
parent c7f700627d
commit 6c9c410283

View File

@ -117,7 +117,7 @@ Yap_FindExecutable(void)
// follow through to standard method // follow through to standard method
#endif #endif
return return
findExecutable(GLOBAL_argv[0], buf); NULL;
} }
void * void *