summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 20:21:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 20:21:30 -0800
commit99bb38c528f87a2692253ede9f54c4320c6f0986 (patch)
tree8fdaaf547330c6c32d11e1d2c17090cd3df6d571
parentd2e1f5ca4614afbc1ca30581fcb1f6e50423fc06 (diff)
Remove unused variable in get_sun_compiler_versions
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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,