From 11084a5dfcbe9437c3f4b0d805beba568dd6e920 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 1 May 1997 23:52:14 +0000 Subject: [PATCH] removed redundant prototypes --- src/as/asLibRoutines.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/as/asLibRoutines.c b/src/as/asLibRoutines.c index e945087f9..ea5d78907 100644 --- a/src/as/asLibRoutines.c +++ b/src/as/asLibRoutines.c @@ -72,10 +72,6 @@ int asActive = FALSE; /*storage for freelist */ static void *freeListPvt = NULL; -/*Forward declarations for Non ANSI routines*/ -long calcPerform(double *parg,double *presult,char *post); -long postfix(char *pinfix, char *ppostfix,short *perror); - #define RPCL_LEN 184 #define DEFAULT "DEFAULT"