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:
parent
89f4a41f0e
commit
3cc3d633da
1 changed files with 0 additions and 1 deletions
|
@ -456,7 +456,6 @@ public class GDBControl extends AbstractMIControl {
|
||||||
new Job("Terminating GDB process.") { //$NON-NLS-1$
|
new Job("Terminating GDB process.") { //$NON-NLS-1$
|
||||||
@Override
|
@Override
|
||||||
protected IStatus run(IProgressMonitor monitor) {
|
protected IStatus run(IProgressMonitor monitor) {
|
||||||
if (fProcess == null)
|
|
||||||
fProcess.destroy();
|
fProcess.destroy();
|
||||||
|
|
||||||
int attempts = 0;
|
int attempts = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue