Deleted unused "stime", "utime" variables. Moreover and only for uClibc, the variable "stime" causes conflict with the function "stime" declared in the "time.h" header file.
Signed-off-by: Francesco Rundo <francesco.rundo@st.com>
--- ltp-full-20101031/testcases/kernel/controllers/cgroup/getdelays.c.orig	2010-11-09 09:21:44.999985000 +0100
+++ ltp-full-20101031/testcases/kernel/controllers/cgroup/getdelays.c	2010-11-09 09:22:12.768837000 +0100
@@ -60,7 +60,6 @@
 int print_delays;
 int print_io_accounting;
 int print_task_context_switch_counts;
-__u64 stime, utime;
 
 #define PRINTF(fmt, arg...) {			\
 	    if (dbg) {				\
