Remove a little dead code from CgTailCall
authorIan Lynagh <igloo@earth.li>
Wed, 17 Dec 2008 17:49:47 +0000 (17:49 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Dec 2008 17:49:47 +0000 (17:49 +0000)
compiler/codeGen/CgTailCall.lhs

index 4f89099..73030d1 100644 (file)
@@ -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