diff options
Diffstat (limited to 'plugins/Ping/src/pingthread.cpp')
-rw-r--r-- | plugins/Ping/src/pingthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp index 09eba92fb0..f17298f6e1 100644 --- a/plugins/Ping/src/pingthread.cpp +++ b/plugins/Ping/src/pingthread.cpp @@ -4,7 +4,6 @@ int upCount, total = 0; size_t list_size = 0;
-HANDLE mainThread;
HANDLE hWakeEvent = nullptr;
// thread protected variables
|