Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit b3653ac

Browse files
committedAug 26, 2020
8252290: Remove unused enum in CallGenerator
Reviewed-by: thartmann, rrich
1 parent b9462e2 commit b3653ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/hotspot/share/opto/callGenerator.hpp

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
// call sites and method entry points.
3737

3838
class CallGenerator : public ResourceObj {
39-
public:
40-
enum {
41-
xxxunusedxxx
42-
};
43-
4439
private:
4540
ciMethod* _method; // The method being called.
4641

0 commit comments

Comments
 (0)