From e16b36d8f3e402b382715c5244ce205f4e234d82 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 26 Jun 2014 20:36:39 +0100 Subject: [PATCH] removed pointless integer variables --- Snippets/background Worker.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Snippets/background Worker.cs b/Snippets/background Worker.cs index 32f84d2..6d77b4d 100644 --- a/Snippets/background Worker.cs +++ b/Snippets/background Worker.cs @@ -28,8 +28,6 @@ namespace Background_Worker_Testing class Program { - public static int count1 = 0; - public static int count2 = 0; static void Main(string[] args) { Console.WriteLine("Program Started.");