ref: cfb2702041ee0bcceddd68f220bb4ab2eda16469
parent: b5748fa153745b007ba1b7b9b2ecc07e74f53e26
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 08:33:42 EDT 2018
Removing obsolete development code from rt_util.c
--- a/rott/rt_util.c
+++ b/rott/rt_util.c
@@ -394,8 +394,6 @@
exit (1);
}
-//#if (SOFTERROR==1)
-
/*
=================
=
@@ -414,9 +412,6 @@
va_end (argptr);
}
-//#endif
-
-
/*
=================
=
@@ -494,10 +489,6 @@
*/
void StartupSoftError ( void )
{
-#if (SOFTERROR == 1)
- if (SoftErrorStarted==false)
- OpenSoftError();
-#endif
}
/*