From 5bfaf10de597af504e6d2784309e533b09a6451c Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 28 Aug 2015 13:59:43 +0000 Subject: Comment out some dead code found with -fwarn-unused-binds Also fixed some warnings and tightened some imports --- src/compiler/GF/Compile/GenerateBC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile/GenerateBC.hs') diff --git a/src/compiler/GF/Compile/GenerateBC.hs b/src/compiler/GF/Compile/GenerateBC.hs index 35ae11f02..3e13ea9e8 100644 --- a/src/compiler/GF/Compile/GenerateBC.hs +++ b/src/compiler/GF/Compile/GenerateBC.hs @@ -149,7 +149,7 @@ compileFun gr eval st vs (Let (x, (_, e1)) e2) h0 bs args = compileFun gr eval st vs e@(Glue e1 e2) h0 bs args = let eval' st fun args = [PUSH_FRAME]++is++[EVAL fun' RecCall] where - (st1,is) = pushArgs (st+2) (reverse args) + (_st1,is) = pushArgs (st+2) (reverse args) fun' = shiftIVal st fun flatten (Glue e1 e2) h0 bs = -- cgit v1.2.3