From 5ee3913efe23051471235c3b9f355ca6b869e935 Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 24 Dec 2001 03:38:04 +0000 Subject: [PATCH] tookout optimizeCompare from the header (has no external references) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1726 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SDCCast.h b/src/SDCCast.h index 7620e47f..69f95c0a 100644 --- a/src/SDCCast.h +++ b/src/SDCCast.h @@ -187,7 +187,6 @@ ast *createBlock (symbol *, ast *); ast *createLabel (symbol *, ast *); ast *createCase (ast *, ast *, ast *); ast *createDefault (ast *, ast *); -ast *optimizeCompare (ast *); ast *forLoopOptForm (ast *); ast *argAst (ast *); ast *resolveSymbols (ast *); -- 2.30.2