Skip to content

Commit

Permalink
8328383: Method is not used: com.sun.tools.javac.comp.Attr::thisSym
Browse files Browse the repository at this point in the history
Reviewed-by: jlahoda
  • Loading branch information
Vicente Romero committed Apr 3, 2024
1 parent ee09801 commit 1c69193
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,6 @@ static boolean isType(Symbol sym) {
return sym != null && sym.kind == TYP;
}

/** The current `this' symbol.
* @param env The current environment.
*/
Symbol thisSym(DiagnosticPosition pos, Env<AttrContext> env) {
return rs.resolveSelf(pos, env, env.enclClass.sym, names._this);
}

/** Attribute a parsed identifier.
* @param tree Parsed identifier name
* @param topLevel The toplevel to use
Expand Down

1 comment on commit 1c69193

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.