mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove unused suppressWarning
Change-Id: I2423fa9ba82a5dda6a137410617e858cc6ee50d2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
07a60e189b
commit
c1eb0f1f5f
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ public class GDBProcesses_7_2 extends GDBProcesses_7_1 {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private void connectToTarget(IProcessDMContext procCtx, RequestMonitor rm) {
|
||||
ILaunch launch = (ILaunch)procCtx.getAdapter(ILaunch.class);
|
||||
assert launch != null;
|
||||
|
|
Loading…
Add table
Reference in a new issue