No effective change - remove unused assignment

This commit is contained in:
Robin Bygrave
2015-08-01 21:07:57 +12:00
parent 8005ef8432
commit 6e5e5fb666
8 changed files with 9 additions and 9 deletions
@@ -74,8 +74,8 @@ public final class DRawSqlSelectColumnsParser {
if (lastSpace > -1) {
secLastSpace = colInfo.lastIndexOf(' ', lastSpace - 1);
}
String colName = null;
String colLabel = null;
String colName;
String colLabel;
if (lastSpace == -1) {
// no column alias
colName = colInfo;