summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-28 21:11:47 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-28 21:11:47 +0000
commitf4e682c8f54a70cacbc412c1bd24cf619e1023e7 (patch)
tree3b6335de9cfee12ed280924fc15727eca8d2374d /includes/Rts.h
parent10f0ba21b50896514e5ac885f0e9f0bc7e2c4876 (diff)
downloadhaskell-f4e682c8f54a70cacbc412c1bd24cf619e1023e7.tar.gz
remove old incarnation of .NET support
Diffstat (limited to 'includes/Rts.h')
-rw-r--r--includes/Rts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/Rts.h b/includes/Rts.h
index 690c170fa1..a32bf34309 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -207,10 +207,6 @@ extern void stackOverflow(void);
extern void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl);
extern void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);
-#if defined(WANT_DOTNET_SUPPORT)
-#include "DNInvoke.h"
-#endif
-
/* Initialising the whole adjustor thunk machinery. */
extern void initAdjustor(void);