removed pointless integer variables
This commit is contained in:
parent
d14a218584
commit
e16b36d8f3
1 changed files with 0 additions and 2 deletions
|
@ -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.");
|
||||
|
|
Reference in a new issue