Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2007-02-14 10:30:46 +0000
committerMarkus Schorn2007-02-14 10:30:46 +0000
commitb586e2a932571ac999d40dff622db7cedd25c126 (patch)
tree21bfeb7a4dbc4299a7d832c7c77e913f1e1c3afb
parent8ae5d96dabe9267006dde4af88ea6303f3cda55e (diff)
downloadorg.eclipse.cdt-b586e2a932571ac999d40dff622db7cedd25c126.tar.gz
org.eclipse.cdt-b586e2a932571ac999d40dff622db7cedd25c126.tar.xz
org.eclipse.cdt-b586e2a932571ac999d40dff622db7cedd25c126.zip
Fixes a few warnings.
-rw-r--r--core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF1
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardUtil.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
index b056be9192c..5caa6b779ef 100644
--- a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF
@@ -5,7 +5,6 @@ Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: cdtuitests.jar
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
-Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.ui.testplugin,
org.eclipse.cdt.ui.testplugin.util,
org.eclipse.cdt.ui.tests,
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardUtil.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardUtil.java
index 8367755b44d..3b5b97a557d 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardUtil.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardUtil.java
@@ -49,7 +49,6 @@ import org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding;
import org.eclipse.cdt.core.dom.ast.cpp.ICPPClassType;
import org.eclipse.cdt.core.dom.ast.cpp.ICPPNamespace;
import org.eclipse.cdt.core.index.IIndex;
-import org.eclipse.cdt.core.index.IIndexName;
import org.eclipse.cdt.core.index.IndexFilter;
import org.eclipse.cdt.core.model.CModelException;
import org.eclipse.cdt.core.model.CoreModel;

Back to the top