From cba4006e97d6af71709fea2ae48520f305ab7b74 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 13 Feb 2015 16:09:37 -0500 Subject: [PATCH] Remove unnecessary SuppressWarnings Signed-off-by: Marc Khouzam --- .../src/org/eclipse/cdt/dsf/concurrent/RequestMonitor.java | 3 +-- 1 file changed, 1 insertion(+), 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 { *

* This field is set only when tracing is enabled. */ - @SuppressWarnings("unused") private String fMonitorBacktrace; /**