mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8307571: Remove unused SomeConstants in WatcherThread class
Reviewed-by: dholmes
This commit is contained in:
parent
26755a9686
commit
e91f0d3dba
1 changed files with 0 additions and 5 deletions
|
@ -114,11 +114,6 @@ class WatcherThread: public NonJavaThread {
|
||||||
// volatile due to at least one lock-free read
|
// volatile due to at least one lock-free read
|
||||||
volatile static bool _should_terminate;
|
volatile static bool _should_terminate;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
enum SomeConstants {
|
|
||||||
delay_interval = 10 // interrupt delay in milliseconds
|
|
||||||
};
|
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
WatcherThread();
|
WatcherThread();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue