X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=b4c4f60faa6905b98575f40d3572599bce0d975f;hb=01e0566e61e4222600c7ba0a2d35d6102fd1afb5;hp=cb7da6d2be190f688540f786baf8d614d10fb7ac;hpb=f5448f5c5efe0630cb865ee0d21691a23ea932d3;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index cb7da6d..b4c4f60 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -57,9 +57,7 @@ module FiniteMap ( #define OUTPUTABLE_key {--} #endif -import {-# SOURCE #-} Name ( Name ) import GlaExts -import FastString import Maybes import Bag ( Bag, foldrBag ) import Outputable @@ -587,8 +585,6 @@ glueVBal fm_l@(Branch key_l elt_l _ fm_ll fm_lr) | otherwise -- We now need the same two cases as in glueBal above. = glueBal fm_l fm_r where - (mid_key_l,mid_elt_l) = findMax fm_l - (mid_key_r,mid_elt_r) = findMin fm_r size_l = sizeFM fm_l size_r = sizeFM fm_r \end{code}