mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Remove unnecessary SuppressWarnings
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
145728cd74
commit
cba4006e97
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2006, 2014 Wind River Systems and others.
|
||||
* Copyright (c) 2006, 2015 Wind River Systems and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -124,7 +124,6 @@ public class RequestMonitor extends DsfExecutable {
|
|||
* <p>
|
||||
* This field is set only when tracing is enabled.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
private String fMonitorBacktrace;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue