Author: coke
Date: Tue Dec 23 13:28:57 2008
New Revision: 34294

Modified:
   branches/remove_pic/compilers/imcc/imc.h

Log:
remove apparently (now) unused struct member


Modified: branches/remove_pic/compilers/imcc/imc.h
==============================================================================
--- branches/remove_pic/compilers/imcc/imc.h    (original)
+++ branches/remove_pic/compilers/imcc/imc.h    Tue Dec 23 13:28:57 2008
@@ -459,7 +459,6 @@
     struct code_segment_t *prev;          /* previous code segment */
     struct code_segment_t *next;          /* next code segment */
     SymHash                key_consts;    /* this seg's cached key constants */
-    int                    pic_idx;       /* next index of PIC */
 } code_segment_t;
 
 typedef struct _imcc_globals_t {

Reply via email to