From 936b81aa71ea88fb0336594916ff4820c15ad9a5 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Sun, 20 May 2012 21:31:11 -0700 Subject: [PATCH] main: what are these variables for? (subramanian...) --- main.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cc b/main.cc index 800b873..e49acfc 100644 --- a/main.cc +++ b/main.cc @@ -10,10 +10,6 @@ /* * Return 1 if found next thread, 0 otherwise */ -int num; -int num1; -int num2; - static int thread_system_next(void) { Thread *curr, *next; -- 2.34.1