| Index: third_party/lzma/v4_65/files/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp
|
| diff --git a/third_party/lzma/v4_65/files/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp b/third_party/lzma/v4_65/files/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp
|
| deleted file mode 100644
|
| index bbeb177bde78f85780a16fca9c7d97c01e91ebdb..0000000000000000000000000000000000000000
|
| --- a/third_party/lzma/v4_65/files/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// LzmaArcRegister.cpp
|
| -
|
| -#include "StdAfx.h"
|
| -
|
| -#include "../../Common/RegisterArc.h"
|
| -
|
| -#include "LzmaHandler.h"
|
| -
|
| -static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; }
|
| -
|
| -static CArcInfo g_ArcInfo =
|
| - { L"Lzma", L"lzma lzma86", 0, 0xA, {0 }, 0, true, CreateArc, NULL };
|
| -
|
| -REGISTER_ARC(Lzma)
|
|
|