8307571: Remove unused SomeConstants in WatcherThread class

Reviewed-by: dholmes
This commit is contained in:
Zhengyu Gu 2023-05-08 14:10:14 +00:00
parent 26755a9686
commit e91f0d3dba

@ -114,11 +114,6 @@ class WatcherThread: public NonJavaThread {
// volatile due to at least one lock-free read
volatile static bool _should_terminate;
public:
enum SomeConstants {
delay_interval = 10 // interrupt delay in milliseconds
};
// Constructor
WatcherThread();