Skip to content

Commit

Permalink
Remove now-unnecessary code.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 364362737
  • Loading branch information
Dino Oliva authored and copybara-github committed Mar 22, 2021
1 parent 9ddf8ab commit 610f643
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
final class UsedCodeMarker extends UnitTreeVisitor {
static final String CLASS_INITIALIZER_NAME = "<clinit>##()V";
static final String EMPTY_METHOD_SIGNATURE = "()V";
static final String OBJECT_TYPE_NAME = "java.lang.Object";
static final String PSEUDO_CONSTRUCTOR_PREFIX = "%%";
static final String SIGNATURE_PREFIX = "##";

Expand Down Expand Up @@ -271,7 +270,6 @@ static final class Context {
private final Deque<Set<Integer>> referencedTypesScope = new ArrayDeque<>();

Context(CodeReferenceMap rootSet) {
getTypeId(OBJECT_TYPE_NAME);
exportedMethods = new HashSet<>();
for (Cell<String, String, ImmutableSet<String>> cell :
rootSet.getReferencedMethods().cellSet()) {
Expand Down

0 comments on commit 610f643

Please sign in to comment.