From 5e3e4af2f74a4d8f2277cb8dff0c83d051dc542a Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 17 Sep 2004 23:14:33 +0000 Subject: [PATCH] rid unused var warning --- bindings/dotnet/examples/Ifconfig.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindings/dotnet/examples/Ifconfig.cs b/bindings/dotnet/examples/Ifconfig.cs index 9829796d..24559b5a 100644 --- a/bindings/dotnet/examples/Ifconfig.cs +++ b/bindings/dotnet/examples/Ifconfig.cs @@ -74,8 +74,7 @@ public class Ifconfig { " " + "TX bytes:" + txBytes + " (" + Sigar.FormatSize(txBytes) + ")"); - } catch (ApplicationException e) { - } + } catch { } println(""); }