From: Ankit Jain Date: Fri, 11 Mar 2011 09:01:38 +0000 (+0530) Subject: [xbuild] xbuild/Main.cs - remove unnecessary catch/throw. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=1ef3e893bf69842a863b24118031341e84913e73 [xbuild] xbuild/Main.cs - remove unnecessary catch/throw. --- diff --git a/mcs/tools/xbuild/Main.cs b/mcs/tools/xbuild/Main.cs index 16cf7ea2ed5..d86c03d383c 100644 --- a/mcs/tools/xbuild/Main.cs +++ b/mcs/tools/xbuild/Main.cs @@ -154,11 +154,6 @@ namespace Mono.XBuild.CommandLine { catch (CommandLineException cle) { ErrorUtilities.ReportError(cle.ErrorCode, show_stacktrace ? cle.ToString() : cle.Message); } - - catch (Exception) { - throw; - } - finally { if (engine != null) engine.UnregisterAllLoggers ();