From 784450fdbab4a703676876887c90345975f1cb45 Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 20 Jul 2015 12:39:08 +0100 Subject: [PATCH] the globals and exceptions parts are obsolete; remove --- cutil/danerror.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cutil/danerror.cpp b/cutil/danerror.cpp index 7776fb6f..d9216bc7 100644 --- a/cutil/danerror.cpp +++ b/cutil/danerror.cpp @@ -34,13 +34,9 @@ * stack is empty, the calling program is terminated with a * fatal error message. * - * Globals: - * - #ErrorTrapStack stack of error traps - * - #CurrentTrapDepth number of traps on the stack * @param Error error number which is to be trapped * @param Message pointer to a string to be printed as an error message * @return None - this routine does not return. - * @note Exceptions: Empty error trap stack terminates the calling program. * @note History: 4/3/89, DSJ, Created. */ void DoError(int Error, const char *Message) {