summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/rts/Types.h b/includes/rts/Types.h
index 88d0b34906..1791b88772 100644
--- a/includes/rts/Types.h
+++ b/includes/rts/Types.h
@@ -18,9 +18,6 @@
typedef unsigned int nat; /* at least 32 bits (like int) */
-// Deprecated; just use StgWord instead
-typedef StgWord lnat;
-
/* ullong (64|128-bit) type: only include if needed (not ANSI) */
#if defined(__GNUC__)
#define LL(x) (x##LL)