1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +02:00

Remove remaining ia64 port debug code.

This commit is contained in:
pcpa 2013-04-27 22:49:15 -03:00
parent 6ef03b0e04
commit e80b244f34
3 changed files with 2 additions and 11 deletions

View file

@ -522,9 +522,6 @@ static void rehash(hash_t *hash);
/*
* Initialization
*/
#if __ia64__
extern int missing_count;
#endif
static jit_state_t *_jit;
static int flag_verbose;
static int flag_disasm;
@ -3569,10 +3566,6 @@ execute(int argc, char *argv[])
}
function = jit_emit();
#if __ia64__
if (missing_count)
flag_disasm = 1;
#endif
if (flag_verbose > 1 || flag_disasm) {
jit_print();
fprintf(stdout, " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n");