Anders Magnusson wrote:
> 
> Module Name:  pcc
> Committed By: ragge
> Date:         Wed Dec 26 13:31:50 UTC 2007
> 
> Modified Files:
>       pcc/cc/ccom: trees.c
> 
> Log Message:
> Remove prtdcon().

So can the prototype be removed as well?

Index: mip/protos.h
===================================================================
RCS file: /cvsroot/pcc/mip/protos.h,v
retrieving revision 1.62
diff -u -p -r1.62 protos.h
--- mip/protos.h        22 Dec 2007 10:18:56 -0000      1.62
+++ mip/protos.h        28 Dec 2007 14:11:42 -0000
@@ -10,7 +10,6 @@ void reclaim(NODE *p, int, int);
 void walkf(NODE *, void (*f)(NODE *));
 void tfree(NODE *);
 int tshape(NODE *, int);
-void prtdcon(NODE *p);
 void tcheck(void);
 void mkdope(void);
 int tshape(NODE *p, int shape);

Reply via email to