From 2177e1988b5e5845746041e0e9226c5aab6e8bfb Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sun, 6 Mar 2011 21:22:28 +0000 Subject: [PATCH] Cosmetics. --- .../replace/MultilineWhitespaceHandlingTest.java | 3 --- 1 file changed, 3 deletions(-) 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); }