1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

Fix warnings.

This commit is contained in:
Markus Schorn 2008-07-22 12:29:01 +00:00
parent abeec8d288
commit 16b1c0a53c
2 changed files with 0 additions and 7 deletions

View file

@ -80,7 +80,6 @@ public class StandaloneFastIndexer extends StandaloneIndexer {
* @param writableIndexFile - the file where the PDOM index is stored
* @param converter - a converter used to convert between String locations and IIndexLocations
* @param linkageFactoryMappings - all of the available IPDOMLinkageFactories the index can use during indexing
* @param scannerProvider - provides include paths and defined symbols
* @param mapper - a mapper used to determine ICLanguage for a particular file
* @param log - logger
* @throws CoreException

View file

@ -19,18 +19,12 @@ import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.eclipse.cdt.core.index.IIndexLocationConverter;
import org.eclipse.cdt.core.parser.IParserLogService;
import org.eclipse.cdt.core.parser.IScannerInfo;
import org.eclipse.cdt.internal.core.index.IIndexFragment;
import org.eclipse.cdt.internal.core.index.IWritableIndex;
import org.eclipse.cdt.internal.core.index.WritableCIndex;
import org.eclipse.cdt.internal.core.pdom.IndexerProgress;
import org.eclipse.cdt.internal.core.pdom.WritablePDOM;
import org.eclipse.cdt.internal.core.pdom.dom.IPDOMLinkageFactory;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;