From d422f627f4cbad6c853f0e5d8e2031cabd6c25db Mon Sep 17 00:00:00 2001 From: Edwin Smith Date: Sat, 18 Dec 2010 16:56:53 -0500 Subject: [PATCH] Removed dead declaration for initBindingCache() in CodegenLIR.h --- core/CodegenLIR.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/CodegenLIR.h b/core/CodegenLIR.h index fe26efeb..79a5d3d4 100755 --- a/core/CodegenLIR.h +++ b/core/CodegenLIR.h @@ -529,9 +529,6 @@ namespace avmplus nanojit::BitSet& taglivein, LabelBitSet& taglabels); void copyParam(int i, int &offset); - // on successful jit, allocate memory for BindingCache instances, if necessary - void initBindingCache(); - LIns* loadIns(LOpcode op, int32_t disp, LIns *base, AccSet accSet, LoadQual loadQual=LOAD_NORMAL); LIns* storeIns(LOpcode op, LIns* val, int32_t disp, LIns *base, AccSet accSet); LIns* Ins(LOpcode op); -- 2.11.4.GIT