From 99bb38c528f87a2692253ede9f54c4320c6f0986 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 7 Jan 2011 20:21:30 -0800 Subject: Remove unused variable in get_sun_compiler_versions Signed-off-by: Alan Coopersmith --- imake.c | 1 - 1 file changed, 1 deletion(-) diff --git a/imake.c b/imake.c index c628fc3..003bc23 100644 --- a/imake.c +++ b/imake.c @@ -1224,7 +1224,6 @@ get_sun_compiler_versions (FILE *inFile) { const char* sunpro_path = "/opt/SUNWspro/bin"; int cmajor, cminor, found = 0; - struct stat sb; /* If cross-compiling, only check CrossCompilerDir for compilers. * If not cross-compiling, first check cc in users $PATH, -- cgit v1.2.3