Skip to content

Commit 1c69193

Browse files
author
Vicente Romero
committedApr 3, 2024
8328383: Method is not used: com.sun.tools.javac.comp.Attr::thisSym
Reviewed-by: jlahoda
1 parent ee09801 commit 1c69193

File tree

1 file changed

+0
-7
lines changed
  • src/jdk.compiler/share/classes/com/sun/tools/javac/comp

1 file changed

+0
-7
lines changed
 

‎src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java

-7
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,6 @@ static boolean isType(Symbol sym) {
328328
return sym != null && sym.kind == TYP;
329329
}
330330

331-
/** The current `this' symbol.
332-
* @param env The current environment.
333-
*/
334-
Symbol thisSym(DiagnosticPosition pos, Env<AttrContext> env) {
335-
return rs.resolveSelf(pos, env, env.enclClass.sym, names._this);
336-
}
337-
338331
/** Attribute a parsed identifier.
339332
* @param tree Parsed identifier name
340333
* @param topLevel The toplevel to use

0 commit comments

Comments
 (0)
Please sign in to comment.