From b4ca3b65d621bf8c792a41587bc5e10ab25b3350 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 17 Dec 2008 17:49:47 +0000 Subject: [PATCH] Remove a little dead code from CgTailCall --- compiler/codeGen/CgTailCall.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/codeGen/CgTailCall.lhs b/compiler/codeGen/CgTailCall.lhs index 4f89099..73030d1 100644 --- a/compiler/codeGen/CgTailCall.lhs +++ b/compiler/codeGen/CgTailCall.lhs @@ -115,7 +115,6 @@ performTailCall fun_info arg_amodes pending_assts opt_node_asst | nodeMustPointToIt lf_info = node_asst | otherwise = noStmts ; EndOfBlockInfo sp _ <- getEndOfBlockInfo - ; this_pkg <- getThisPackage ; case (getCallMethod fun_name fun_has_cafs lf_info (length arg_amodes)) of -- 1.7.10.4