Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java')
-rw-r--r--dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java
index 638a3b303dd..0e9ce935a0b 100644
--- a/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java
+++ b/dsf/org.eclipse.cdt.tests.dsf/src/org/eclipse/cdt/tests/dsf/pda/service/command/CommandControlTestsBase.java
@@ -62,7 +62,6 @@ public class CommandControlTestsBase {
fCommandControl.initialize(rm);
}
}
- ;
fExecutor = new DefaultDsfExecutor();
fSession = DsfSession.startSession(fExecutor, "PDA Test");
@@ -104,7 +103,6 @@ public class CommandControlTestsBase {
fCommandControl.shutdown(rm);
}
}
- ;
if (fExecutor != null) {
ShutdownCommandServiceQuery shutdownQuery = new ShutdownCommandServiceQuery();
@@ -118,7 +116,6 @@ public class CommandControlTestsBase {
fPDABackend.shutdown(rm);
}
}
- ;
if (fExecutor != null) {
ShutdownBackendServiceQuery shutdownQuery = new ShutdownBackendServiceQuery();

Back to the top