Index: third_party/lzma/v4_65/files/CPP/7zip/Compress/CopyRegister.cpp |
diff --git a/third_party/lzma/v4_65/files/CPP/7zip/Compress/CopyRegister.cpp b/third_party/lzma/v4_65/files/CPP/7zip/Compress/CopyRegister.cpp |
deleted file mode 100644 |
index efb9b9e954f0bb020034d1d77da0b4494eec2aad..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/7zip/Compress/CopyRegister.cpp |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// CopyRegister.cpp |
- |
-#include "StdAfx.h" |
- |
-#include "../Common/RegisterCodec.h" |
- |
-#include "CopyCoder.h" |
- |
-static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::CCopyCoder); } |
- |
-static CCodecInfo g_CodecInfo = |
-{ CreateCodec, CreateCodec, 0x00, L"Copy", 1, false }; |
- |
-REGISTER_CODEC(Copy) |