Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / basicTypes / NameSet.lhs
index 8776714..e60ea23 100644 (file)
@@ -22,8 +22,6 @@ module NameSet (
        findUses, duDefs, duUses, allUses
     ) where
 
--- XXX This define is a bit of a hack, and should be done more nicely
-#define FAST_STRING_NOT_NEEDED 1
 #include "HsVersions.h"
 
 import Name