diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-10-31 16:20:36 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-10-31 16:20:36 +0000 |
commit | 9fa1c9f1f97d3f270fec864e272be18ef6a46a10 (patch) | |
tree | 3f026cc5b6808d651d5c1678e4aa9adc161baff0 | |
parent | 2b16fa4791b08b02df8461f3b79d0e44d72d0960 (diff) | |
download | haskell-9fa1c9f1f97d3f270fec864e272be18ef6a46a10.tar.gz |
Remove dead code.
-rw-r--r-- | compiler/typecheck/TcSplice.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/typecheck/TcSplice.lhs b/compiler/typecheck/TcSplice.lhs index 49f1bf8b20..f025ac2c4b 100644 --- a/compiler/typecheck/TcSplice.lhs +++ b/compiler/typecheck/TcSplice.lhs @@ -381,7 +381,6 @@ runAnnotation target expr = do expr_ty <- newFlexiTyVarTy liftedTypeKind -- Find the classes we want instances for in order to call toAnnotationWrapper - _typeable_class <- tcLookupClass typeableClassName data_class <- tcLookupClass dataClassName -- Check the instances we require live in another module (we want to execute it..) |