Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2004-03-30 13:21:30 +0000
committerJohn Camelon2004-03-30 13:21:30 +0000
commit97c2767637009f452a9f63d1ed02cf7c4c6ebb2f (patch)
treed60c34f27021c35b4a20167e0e6378fe85c1d303
parent8fda490dee74966147c0057a26bb4865d31738ab (diff)
downloadorg.eclipse.cdt-97c2767637009f452a9f63d1ed02cf7c4c6ebb2f.tar.gz
org.eclipse.cdt-97c2767637009f452a9f63d1ed02cf7c4c6ebb2f.tar.xz
org.eclipse.cdt-97c2767637009f452a9f63d1ed02cf7c4c6ebb2f.zip
Removed warning.
-rw-r--r--core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/parser/ParserLogService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/parser/ParserLogService.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/parser/ParserLogService.java
index 2a2e12a57c1..4ceb8440b4e 100644
--- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/parser/ParserLogService.java
+++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/parser/ParserLogService.java
@@ -12,7 +12,6 @@ package org.eclipse.cdt.internal.core.parser;
import org.eclipse.cdt.core.ICLogConstants;
import org.eclipse.cdt.core.parser.IParserLogService;
-import org.eclipse.cdt.internal.core.model.IDebugLogConstants;
import org.eclipse.cdt.internal.core.model.Util;
import org.eclipse.cdt.internal.core.model.IDebugLogConstants.DebugLogConstant;

Back to the top