Remove unused cast.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SoneTextParser.java
index 962ce86..3085517 100644 (file)
@@ -217,7 +217,6 @@ public class SoneTextParser implements Parser<SoneTextParserContext> {
                                        if (next > 0) {
                                                parts.add(new PlainTextPart(line.substring(0, next)));
                                                line = line.substring(next);
-                                               next = 0;
                                        }
                                        lineComplete = false;