2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>

* base.h: Remove BlankAsWarnings.
This commit is contained in:
Ralf Corsepius
2007-12-11 04:06:54 +00:00
parent 29b6b8b7a5
commit f49c75e3bb
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* base.h: Remove BlankAsWarnings.
* base.h: Remove NumberOf*.
2007-12-06 Ralf Corsepius <ralf.corsepius@rtems.org>

View File

@@ -100,7 +100,6 @@ void DumpList(
void ReleaseFile();
EXTERN boolean Verbose; /* status/debug msgs */
EXTERN boolean BlankAsWarnings;
EXTERN Chain_Control Lines;
#endif