* device/include/pic16/adc.h,
[fw/sdcc] / src / pic / pcode.c
index 61e69e8569517c8b65180078e080fbe029b45c2f..8bf1f0b979c8325810e7be9a72f512caa77e4abd 100644 (file)
@@ -5058,6 +5058,7 @@ static void pBlockStats(FILE *of, pBlock *pb)
        }
 }
 
+#if 0
 /*-----------------------------------------------------------------*/
 /* printCallTree - writes the call tree to a file                  */
 /*                                                                 */
@@ -5106,6 +5107,7 @@ static void pct2(FILE *of,pBlock *pb,int indent)
        
        
 }
+#endif
 
 #if 0
 /*-----------------------------------------------------------------*/