Skip to content
Snippets Groups Projects
Commit 7f86ade5 authored by Dennis Waldron's avatar Dennis Waldron Committed by Steven Murray
Browse files

removed DLF related error messages

parent 57782faa
Branches
Tags
No related merge requests found
......@@ -342,23 +342,6 @@ char *sys_uperrlist[EUPMAXERR-EUPBASEOFF+2] =
};
/*
*------------------------------------------------------------------------
* DLF (Distributed Logging Facility) specific error messages
*------------------------------------------------------------------------
*/
char *sys_dlferrlist[EDLFMAXERR-EDLFBASEOFF+2] =
{"Error 0",
"DLF server not active",
"Facility was not found in the database",
"Can not delete or update parent row: references exist",
"Row was not found in the database",
"Log file format error",
"No connection to database",
"BAD ERROR NUMBER"
};
/*
*------------------------------------------------------------------------
* Expert service specific error messages
......@@ -560,11 +543,6 @@ char DLL_DECL * sstrerror_r(n,buf,buflen)
* UPV specific error messages
*/
tmpstr = sys_uperrlist[n-EUPBASEOFF];
} else if ((n>EDLFBASEOFF) && (n<=EDLFMAXERR)) {
/*
* DLF specific error messages
*/
tmpstr = sys_dlferrlist[n-EDLFBASEOFF];
} else if ((n>EEXPBASEOFF) && (n<=EEXPMAXERR)) {
/*
* Expert service specific error messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment