Remove unused local vars

Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
This commit is contained in:
Julien Nabet
2012-08-11 10:25:54 +02:00
parent e1c2aae61b
commit 88840a796e
11 changed files with 0 additions and 13 deletions

View File

@@ -693,7 +693,6 @@ bool getJREInfoFromBinPath(
// file:///c:/jre/bin
//map: jre/bin/java.exe
bool ret = false;
vector<pair<OUString, OUString> > props;
for ( sal_Int32 pos = 0;
gVendorMap[pos].sVendorName != NULL; ++pos )