diff options
Diffstat (limited to 'compiler/ghci/LibFFI.hsc')
-rw-r--r-- | compiler/ghci/LibFFI.hsc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/ghci/LibFFI.hsc b/compiler/ghci/LibFFI.hsc index 3708238133..7f24d01a7d 100644 --- a/compiler/ghci/LibFFI.hsc +++ b/compiler/ghci/LibFFI.hsc @@ -6,12 +6,6 @@ -- ----------------------------------------------------------------------------- -#ifndef USE_LIBFFI - -module LibFFI () where - -#else - #include <ffi.h> module LibFFI ( @@ -142,5 +136,3 @@ foreign import ccall "ffi_prep_cif" -- -> Ptr () -- put result here -- -> Ptr (Ptr ()) -- arg values -- -> IO () - -#endif |