diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/rewrite/changegenerator/replace/MultilineWhitespaceHandlingTest.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/rewrite/changegenerator/replace/MultilineWhitespaceHandlingTest.java index 61f93858174..89c12346a64 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/rewrite/changegenerator/replace/MultilineWhitespaceHandlingTest.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/rewrite/changegenerator/replace/MultilineWhitespaceHandlingTest.java @@ -50,9 +50,6 @@ public class MultilineWhitespaceHandlingTest extends ChangeGeneratorTest { if (statement instanceof IASTCompoundStatement) { IASTCompoundStatement compoundStatement = (IASTCompoundStatement) statement; CPPNodeFactory nf = CPPNodeFactory.getDefault(); - - - ASTModification modification = new ASTModification(ASTModification.ModificationKind.APPEND_CHILD, compoundStatement, null, null); modStore.storeModification(null, modification); }