casts vs gcc

This commit is contained in:
Vitor Santos Costa
2016-08-03 11:16:40 -05:00
parent 2038dd42b6
commit f5e560366c
2 changed files with 1 additions and 5 deletions

View File

@@ -392,10 +392,6 @@ YAPTerm::YAPTerm(void *ptr) {
mk(MkIntegerTerm((Int)ptr));
}
YAPTerm::YAPTerm(intptr_t i) {
CACHE_REGS Term tn = MkIntegerTerm(i);
mk(tn);
}
YAPTerm YAPListTerm::car() {
Term to = gt();