Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Builtin/Names.hs
    ... ... @@ -479,9 +479,6 @@ basicKnownKeyNames
    479 479
             , staticPtrDataConName, staticPtrInfoDataConName
    
    480 480
             , fromStaticPtrName
    
    481 481
     
    
    482
    -        -- Fingerprint
    
    483
    -        , fingerprintDataConName
    
    484
    -
    
    485 482
             -- Custom type errors
    
    486 483
             , errorMessageTypeErrorFamName
    
    487 484
             , typeErrorTextDataConName
    
    ... ... @@ -1595,10 +1592,6 @@ fromStaticPtrName :: Name
    1595 1592
     fromStaticPtrName =
    
    1596 1593
         varQual gHC_INTERNAL_STATICPTR (fsLit "fromStaticPtr") fromStaticPtrClassOpKey
    
    1597 1594
     
    
    1598
    -fingerprintDataConName :: Name
    
    1599
    -fingerprintDataConName =
    
    1600
    -    dcQual gHC_INTERNAL_FINGERPRINT_TYPE (fsLit "Fingerprint") fingerprintDataConKey
    
    1601
    -
    
    1602 1595
     constPtrConName :: Name
    
    1603 1596
     constPtrConName =
    
    1604 1597
         tcQual gHC_INTERNAL_FOREIGN_C_CONSTPTR (fsLit "ConstPtr") constPtrTyConKey
    
    ... ... @@ -2081,9 +2074,6 @@ staticPtrDataConKey = mkPreludeDataConUnique 33
    2081 2074
     staticPtrInfoDataConKey :: Unique
    
    2082 2075
     staticPtrInfoDataConKey                 = mkPreludeDataConUnique 34
    
    2083 2076
     
    
    2084
    -fingerprintDataConKey :: Unique
    
    2085
    -fingerprintDataConKey                   = mkPreludeDataConUnique 35
    
    2086
    -
    
    2087 2077
     srcLocDataConKey :: Unique
    
    2088 2078
     srcLocDataConKey                        = mkPreludeDataConUnique 37
    
    2089 2079