1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +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

@ -551,8 +551,5 @@ extern jit_bool_t _jit_remap(jit_state_t*);
*/
extern jit_register_t _rvs[];
extern const char *jit_progname;
#if __ia64__
extern int missing_count;
#endif
#endif /* _jit_private_h */