From 9ad12d433691eff4b82c7f3158b1fb5adbee5b22 Mon Sep 17 00:00:00 2001 From: Bob Zieman Date: Thu, 9 Sep 1993 16:41:10 +0000 Subject: [PATCH] removed #include and DbErrDes() this needs to be looked at for rework to new error message structure --- src/db/dbls.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/db/dbls.c b/src/db/dbls.c index cba07c731..a5d4e540a 100644 --- a/src/db/dbls.c +++ b/src/db/dbls.c @@ -71,7 +71,6 @@ #include #include #include -#include #include #ifndef vxWorks @@ -96,7 +95,7 @@ static void ChoiceRec(); static void ChoiceDev(); static void ChoiceCvt(); static void ChoiceGbl(); -static void DbErrDes(); +/*static void DbErrDes();*/ static void DbRecords(); static void RecSup(); static int getSelection(); @@ -144,9 +143,11 @@ static struct PRTAB { { "choiceGbl", ChoiceGbl }, +/* { "dbErrDes", DbErrDes }, +*/ { "recSup", RecSup }, @@ -985,6 +986,8 @@ ChoiceRec(fp, fflag) } } } /* end of ChoiceRec */ + +#if 0 /* COMMENTED OUT - needs rework for new error message structure - rcz*/ static void DbErrDes(fp, fflag) FILE *fp; @@ -1028,6 +1031,10 @@ DbErrDes(fp, fflag) } } } /* end of DbErrDes */ +#endif + + + static void DbRecords(fp, fflag) FILE *fp;