Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / basicTypes / OccName.lhs
index 9ff53f1..439a2f8 100644 (file)
@@ -107,16 +107,6 @@ import Data.Char
 import Data.Data
 \end{code}
 
 import Data.Data
 \end{code}
 
-\begin{code}
--- Unicode TODO: put isSymbol in libcompat
-#if !defined(__GLASGOW_HASKELL__) || __GLASGOW_HASKELL__ > 604
-#else
-isSymbol :: a -> Bool
-isSymbol = const False
-#endif
-
-\end{code}
-
 %************************************************************************
 %*                                                                     *
 \subsection{Name space}
 %************************************************************************
 %*                                                                     *
 \subsection{Name space}