From 8c19fbc384b4443a9c8b8defdb39ac838c7b819a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 29 Aug 2012 18:35:27 +0100 Subject: [PATCH] windows: Fix warning --- SparkleShare/Windows/SparkleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleController.cs b/SparkleShare/Windows/SparkleController.cs index 6a2c7649..c685fb3f 100644 --- a/SparkleShare/Windows/SparkleController.cs +++ b/SparkleShare/Windows/SparkleController.cs @@ -203,7 +203,7 @@ namespace SparkleShare { return; - } catch (ArgumentException e) { + } catch (ArgumentException) { SparkleLogger.LogInfo ("Controller", "ssh-agent with PID=" + auth_agent_pid + " does not exist. Starting a new one..."); } }