Skip to content

Commit be46c1f

Browse files
committed
remove unused import
1 parent 9cf34f1 commit be46c1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@
166166
import com.semmle.util.trap.TrapWriter;
167167
import com.semmle.util.trap.TrapWriter.Label;
168168

169-
import com.semmle.util.files.FileLineOffsetCache;
170-
171-
172169
/** Extractor for AST-based information; invoked by the {@link JSExtractor}. */
173170
public class ASTExtractor {
174171
private final TrapWriter trapwriter;

0 commit comments

Comments
 (0)