remove unused function

This commit is contained in:
Vítor Santos Costa 2015-10-05 10:29:23 +01:00
parent 7885433ab5
commit c56276233a

View File

@ -144,13 +144,6 @@ static bool bqf1( ModEntry *new, Term t2 USES_REGS ) {
return false;
}
}
static bool bqf( Term t2 ) {
CACHE_REGS
ModEntry *new = Yap_GetModuleEntry(CurrentModule);
return bqf1( new, t2 PASS_REGS);
}
static bool isaccess( Term inp ) {
if (inp == TermReadWrite ||