From 01ad97b27242b4a1e0cb5210f832d7a34d31c1a8 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sun, 16 Jun 2019 17:21:14 -0400 Subject: [PATCH] Removed unused code. --- TestProtocol/CustomConnection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestProtocol/CustomConnection.cs b/TestProtocol/CustomConnection.cs index b8f172c..9beda66 100644 --- a/TestProtocol/CustomConnection.cs +++ b/TestProtocol/CustomConnection.cs @@ -178,7 +178,7 @@ namespace TestProtocol { this.Received( message ); } - catch( Exception e ) + catch( Exception ) { } } }