From 5abbf7b537b828d150969d7e3d51ec44562357bf Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 23 Jan 2006 14:05:30 +0000 Subject: [PATCH] remove old comment --- ghc/includes/TSO.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index 747c070..ae6e76b 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -117,10 +117,6 @@ typedef union { * field. */ -/* - * ToDo: make this structure sensible on a non-32-bit arch. - */ - typedef struct StgTSO_ { StgHeader header; -- 1.7.10.4