summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imake.c1
1 files changed, 0 insertions, 1 deletions
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,