| Index: third_party/lzma/v4_65/files/CPP/7zip/Common/VirtThread.h
|
| diff --git a/third_party/lzma/v4_65/files/CPP/7zip/Common/VirtThread.h b/third_party/lzma/v4_65/files/CPP/7zip/Common/VirtThread.h
|
| deleted file mode 100644
|
| index f14a1f22337bb97b90dd4cb157dcf1e37ae2e9fa..0000000000000000000000000000000000000000
|
| --- a/third_party/lzma/v4_65/files/CPP/7zip/Common/VirtThread.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// VirtThread.h
|
| -
|
| -#ifndef __VIRTTHREAD_H
|
| -#define __VIRTTHREAD_H
|
| -
|
| -#include "../../Windows/Synchronization.h"
|
| -#include "../../Windows/Thread.h"
|
| -
|
| -struct CVirtThread
|
| -{
|
| - NWindows::NSynchronization::CAutoResetEvent StartEvent;
|
| - NWindows::NSynchronization::CAutoResetEvent FinishedEvent;
|
| - NWindows::CThread Thread;
|
| - bool ExitEvent;
|
| -
|
| - ~CVirtThread();
|
| - WRes Create();
|
| - void Start();
|
| - void WaitFinish() { FinishedEvent.Lock(); }
|
| - virtual void Execute() = 0;
|
| -};
|
| -
|
| -#endif
|
|
|