Skip to content

Commit c7a0945

Browse files
committed
Code review changes
1 parent 7cd4808 commit c7a0945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spark-hpcc/src/main/java/org/hpccsystems/spark/datasource/HpccOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public HpccOptions(TreeMap<String, String> parameters) throws Exception
142142
String[] flagParts = flagsStr.split(",");
143143
for (String part : flagParts)
144144
{
145-
stringProcessingFlags = 0;
146145
switch (part.trim().toLowerCase())
147146
{
148147
case "none":

0 commit comments

Comments
 (0)