8252290: Remove unused enum in CallGenerator

Reviewed-by: thartmann, rrich
This commit is contained in:
Aleksey Shipilev 2020-08-26 09:29:37 +02:00
parent f1e0780668
commit 27b5007ad5

@ -36,11 +36,6 @@
// call sites and method entry points.
class CallGenerator : public ResourceObj {
public:
enum {
xxxunusedxxx
};
private:
ciMethod* _method; // The method being called.