1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 223196

Removing the guard since it was wrong (== instead of !=) and it not useful
This commit is contained in:
Marc Khouzam 2008-03-20 13:00:11 +00:00
parent 89f4a41f0e
commit 3cc3d633da

View file

@ -456,7 +456,6 @@ public class GDBControl extends AbstractMIControl {
new Job("Terminating GDB process.") { //$NON-NLS-1$
@Override
protected IStatus run(IProgressMonitor monitor) {
if (fProcess == null)
fProcess.destroy();
int attempts = 0;