Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Z/DllExports.cpp')
-rwxr-xr-x7zip/Archive/Z/DllExports.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/7zip/Archive/Z/DllExports.cpp b/7zip/Archive/Z/DllExports.cpp
index df530a44..7d4e0d23 100755
--- a/7zip/Archive/Z/DllExports.cpp
+++ b/7zip/Archive/Z/DllExports.cpp
@@ -18,14 +18,6 @@ DEFINE_GUID(CLSID_CZHandler,
HINSTANCE g_hInstance;
-#ifndef COMPRESS_BZIP2
-#include "../Common/CodecsPath.h"
-CSysString GetBZip2CodecPath()
-{
- return GetCodecsFolderPrefix() + TEXT("BZip2.dll");
-}
-#endif
-
extern "C"
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
{