From 7778023f03cecad2574fa18c1b4e220dde7ce1c7 Mon Sep 17 00:00:00 2001 From: Markus Palme Date: Sat, 16 Aug 2008 14:29:06 +0000 Subject: [PATCH] cleanup git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3385 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Libraries/NRefactory/Project/Src/Parser/Errors.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Libraries/NRefactory/Project/Src/Parser/Errors.cs b/src/Libraries/NRefactory/Project/Src/Parser/Errors.cs index 02bcf50e99..7de362c35c 100644 --- a/src/Libraries/NRefactory/Project/Src/Parser/Errors.cs +++ b/src/Libraries/NRefactory/Project/Src/Parser/Errors.cs @@ -40,12 +40,6 @@ namespace ICSharpCode.NRefactory.Parser } } - // public void Exception (string s) - // { - // Console.WriteLine(s); - // System.Environment.Exit(0); - // } - void DefaultCodeError(int line, int col, int n) { errorText.AppendLine(String.Format("-- line {0} col {1}: error {2}", line, col, n));