From 498a2f2cd24a8f1689823b6b7afdc62e44d2984b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 May 2003 03:58:47 +0000 Subject: [PATCH] removed unused prototypes --- Parser/Parser.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Parser/Parser.h b/Parser/Parser.h index d7bcb37385..3f3f9742c8 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -28,8 +28,6 @@ typedef struct { } Symbol; void InitSymbols (void); -void DeleteSymbols(void); -int CompareSymbols (const void *a, const void *b); extern Tree_T *Symbol_T; -- GitLab