diff options
-rw-r--r-- | ghc/compiler/utils/Panic.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 152f2e764f..efb3c6a72a 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -37,7 +37,6 @@ import CONCURRENT ( myThreadId ) # if __GLASGOW_HASKELL__ < 500 import EXCEPTION ( raiseInThread ) -#define throwTo raiseInThread # else import EXCEPTION ( throwTo ) # endif |