Skip to content

Commit

Permalink
Remove unused new LinkedHashMap<>() call, which will soon be an error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 424447069
  • Loading branch information
Googler authored and copybara-github committed Jan 26, 2022
1 parent ecfbee6 commit 8a33340
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.io.InputStream;
import java.io.UncheckedIOException;
import java.nio.file.Path;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Objects;
Expand Down Expand Up @@ -220,7 +219,6 @@ private static void printClassHierarchy(

private void outputIncompleteClasses(
StringBuilder builder, ImmutableList<IncompleteState> incompleteClasses) {
new LinkedHashMap<>();
HashMultimap<String, ClassInfo> map = HashMultimap.create();
for (IncompleteState incomplete : incompleteClasses) {
ResolutionFailureChain chain = incomplete.resolutionFailureChain();
Expand Down

0 comments on commit 8a33340

Please sign in to comment.