Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
authorMarc Khouzam2015-02-13 21:09:37 +0000
committerMarc Khouzam2015-02-13 21:09:37 +0000
commitcba4006e97d6af71709fea2ae48520f305ab7b74 (patch)
tree101fdb89850aeadb8d0e8a4ab8b171a46c9c97ba /dsf
parent145728cd749a9c16d432abb3627900583773ca72 (diff)
downloadorg.eclipse.cdt-cba4006e97d6af71709fea2ae48520f305ab7b74.tar.gz
org.eclipse.cdt-cba4006e97d6af71709fea2ae48520f305ab7b74.tar.xz
org.eclipse.cdt-cba4006e97d6af71709fea2ae48520f305ab7b74.zip
Remove unnecessary SuppressWarnings
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java
index fa6642543aa..e8321ad3975 100644
--- a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java
+++ b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java
@@ -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;
/**

Back to the top