diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-07 20:21:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-07 20:21:30 -0800 |
commit | 99bb38c528f87a2692253ede9f54c4320c6f0986 (patch) | |
tree | 8fdaaf547330c6c32d11e1d2c17090cd3df6d571 | |
parent | d2e1f5ca4614afbc1ca30581fcb1f6e50423fc06 (diff) |
Remove unused variable in get_sun_compiler_versions
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | imake.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |