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 'CPP/7zip/Archive/Chm/ChmHandler.cpp')
-rwxr-xr-xCPP/7zip/Archive/Chm/ChmHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Chm/ChmHandler.cpp b/CPP/7zip/Archive/Chm/ChmHandler.cpp
index 6b37c73e..5de871da 100755
--- a/CPP/7zip/Archive/Chm/ChmHandler.cpp
+++ b/CPP/7zip/Archive/Chm/ChmHandler.cpp
@@ -55,8 +55,6 @@ STATPROPSTG kProperties[] =
#endif
};
-static const int kNumProperties = sizeof(kProperties) / sizeof(kProperties[0]);
-
STDMETHODIMP CHandler::GetArchiveProperty(PROPID /* propID */, PROPVARIANT *value)
{
value->vt = VT_EMPTY;