Remove unused cfst (== const)
authorIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:47:09 +0000 (11:47 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 2 Jul 2007 11:47:09 +0000 (11:47 +0000)
compiler/utils/Util.lhs

index 2d80c45..ed4a4b9 100644 (file)
@@ -705,15 +705,6 @@ removeSpaces = reverse . dropWhile isSpace . reverse . dropWhile isSpace
 %*                                                                     *
 %************************************************************************
 
-The following are curried versions of @fst@ and @snd@.
-
-\begin{code}
-#if NOT_USED
-cfst :: a -> b -> a    -- stranal-sem only (Note)
-cfst x y = x
-#endif
-\end{code}
-
 The following provide us higher order functions that, when applied
 to a function, operate on pairs.