1
0
Fork 0
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:
Marc Khouzam 2015-02-13 16:09:37 -05:00
parent 145728cd74
commit cba4006e97

View file

@ -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;
/**