Remove unused ghci/ByteCodeFFI.lhs
[ghc-hetmet.git] / compiler / ghci / ByteCodeInstr.lhs
index d44a00b..49c5488 100644 (file)
@@ -124,7 +124,7 @@ data BCInstr
    | CASEFAIL
    | JMP              LocalLabel
 
-   -- For doing calls to C (via glue code generated by ByteCodeFFI, or libffi)
+   -- For doing calls to C (via glue code generated by libffi)
    | CCALL            Word16    -- stack frame size
                       (Ptr ())  -- addr of the glue code
                       Word16    -- whether or not the call is interruptible