Ticket #929 (closed patch: done)

Opened 12 years ago

Last modified 12 years ago

Remove redundant old_blocks delcaration in compilers/imcc/pbc.c

Reported by: eirik Owned by:
Priority: minor Milestone:
Component: imcc Version: trunk
Severity: low Keywords: imcc
Cc: Language:
Patch status: Platform:

Description

compilers/imcc/pbc.c has two old_blocks declarations. The function is only used in if HAS_JIT is defined, so remove the function declaration which is not covered by a #ifdef HAS_JIT.

Attachments

Change History

Changed 12 years ago by eirik

Changed 12 years ago by bacek

  • status changed from new to closed
  • resolution set to done

This function was removed some time ago. Presumably in kill_jit branch. Resolving ticket.

Note: See TracTickets for help on using tickets.