diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 16:55:15 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 16:55:34 +0100 |
commit | 3a1894b17ee94b8f5b4fda00ce1567491043abc6 (patch) | |
tree | e1bfad8a250a66ab6de027cdad86b0e8315a7faf /rsc | |
parent | 8aec4d4ed0c6d12218c00b209fa5123937dbcd1f (diff) |
Remove some dead code.
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index f6df007d0bff..0b9f6e13e9d1 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -74,10 +74,6 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel ) |* |* RscError::StdErr(); |* -|* Beschreibung -|* Ersterstellung PL 11/07/2001 -|* Letzte Aenderung PL 11/07/2001 -|* *************************************************************************/ void RscError::StdErr( const char * pStr ) { @@ -111,10 +107,6 @@ void RscError::StdLstOut( const char * pStr ){ |* |* RscError::StdLstErr(); |* -|* Beschreibung -|* Ersterstellung PL 11/07/2001 -|* Letzte Aenderung PL 11/07/2001 -|* *************************************************************************/ void RscError::StdLstErr( const char * pStr ){ StdErr( pStr ); |