mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
6597471: unused imports in javax.tools.JavaCompiler
6597531: unused imports and unused private const. in com.sun.tools.javac.Server.java Reviewed-by: mcimadamore
This commit is contained in:
parent
fc7983c405
commit
39d8c22579
25 changed files with 0 additions and 76 deletions
|
@ -25,9 +25,6 @@
|
|||
|
||||
package com.sun.tools.javac;
|
||||
|
||||
import com.sun.tools.javac.main.JavacOption.Option;
|
||||
import com.sun.tools.javac.main.RecognizedOptions.GrumpyHelper;
|
||||
import com.sun.tools.javac.main.RecognizedOptions;
|
||||
import java.io.*;
|
||||
import java.net.*;
|
||||
import java.util.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue