removed #include <error.h> and DbErrDes()

this needs to be looked at for rework to new error message structure
This commit is contained in:
Bob Zieman
1993-09-09 16:41:10 +00:00
parent 08af685e7a
commit 9ad12d4336
+9 -2
View File
@@ -71,7 +71,6 @@
#include <dbRecords.h>
#include <errMdef.h>
#include <errno.h>
#include <error.h>
#include <sdrHeader.h>
#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;