Show
Ignore:
Timestamp:
10/17/06 08:25:49 (2 years ago)
Author:
audreyt
svk:copy_cache_prev:
21206
Message:

* Charnames.hs: Trim unused import.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Parser/Charnames.hs

    r14337 r14342  
    44 
    55import Pugs.Internals 
    6 import Data.ByteString.Char8 (unsafePackAddress) 
    76import qualified Data.HashTable as H 
    87import qualified UTF8 as Str 
     
    2423 
    2524#else 
     25 
     26import Data.ByteString.Char8 (unsafePackAddress) 
    2627 
    2728-- If we don't have Perl 5, support for names in the 0x00 - 0xFF range only.