Index: third_party/lzma/v4_65/files/CPP/7zip/UI/Console/ConsoleClose.h |
diff --git a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/ConsoleClose.h b/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/ConsoleClose.h |
deleted file mode 100644 |
index 9019c4ce2bda5c537a10c22e1ea84f874d4b938b..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/ConsoleClose.h |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-// ConsoleCloseUtils.h |
- |
-#ifndef __CONSOLECLOSEUTILS_H |
-#define __CONSOLECLOSEUTILS_H |
- |
-namespace NConsoleClose { |
- |
-bool TestBreakSignal(); |
- |
-class CCtrlHandlerSetter |
-{ |
-public: |
- CCtrlHandlerSetter(); |
- virtual ~CCtrlHandlerSetter(); |
-}; |
- |
-class CCtrlBreakException |
-{}; |
- |
-void CheckCtrlBreak(); |
- |
-} |
- |
-#endif |