summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-07-08 10:08:40 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-07-08 10:08:40 +0000
commitcc94b30f3d854ed97ac6a7a54fa12247295219d4 (patch)
tree672a9230bdad50d60141bd93f2c87ef97aa00306
parentf61baf76c9fa20aa972938384887bcb52151e76f (diff)
downloadhaskell-cc94b30f3d854ed97ac6a7a54fa12247295219d4.tar.gz
remove outdated comment
-rw-r--r--includes/rts/storage/ClosureTypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/rts/storage/ClosureTypes.h b/includes/rts/storage/ClosureTypes.h
index 8d09e69324..b7489c90c1 100644
--- a/includes/rts/storage/ClosureTypes.h
+++ b/includes/rts/storage/ClosureTypes.h
@@ -13,9 +13,6 @@
/*
* WARNING WARNING WARNING
*
- * Keep the closure tags contiguous: rts/ClosureFlags.c relies on
- * this.
- *
* If you add or delete any closure types, don't forget to update
* the closure flags table in rts/ClosureFlags.c.
*/