From c60fdef3b2c1bc558989b47503ae9dd710fc5c93 Mon Sep 17 00:00:00 2001 From: Eirik A. Nygaard Date: Sun, 16 Aug 2009 20:12:50 +0200 Subject: [PATCH] Remove redundant old_blocks declaration. It is also declared in a HAS_JIT section. --- compilers/imcc/pbc.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/compilers/imcc/pbc.c b/compilers/imcc/pbc.c index 0b39980..c610fc0 100644 --- a/compilers/imcc/pbc.c +++ b/compilers/imcc/pbc.c @@ -179,10 +179,6 @@ static PMC* mk_multi_sig(PARROT_INTERP, ARGIN(const SymReg *r)) __attribute__nonnull__(1) __attribute__nonnull__(2); -PARROT_WARN_UNUSED_RESULT -static int old_blocks(PARROT_INTERP) - __attribute__nonnull__(1); - static void store_fixup(PARROT_INTERP, ARGIN(const SymReg *r), int pc, -- 1.6.3.3