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

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2012-01-22 00:50:35 +0400
committerOctaneSnail <os@v12pwr.com>2012-01-22 00:50:35 +0400
commit86644904bd44c96a127f0bf1ef190e5edacf147e (patch)
treed62069531479d0c0fbec9a269e7a959f6b0c334a
parent8946b80ea837e3a43dc6b6f74b6d2b6a12b8defb (diff)
Remove unused main header case.
-rw-r--r--RAR.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/RAR.cpp b/RAR.cpp
index 1c7d1bb..aa13ba6 100644
--- a/RAR.cpp
+++ b/RAR.cpp
@@ -47,10 +47,6 @@ DWORD ReadHeader (HANDLE file, rar_header_t *dest)
switch (fh.type)
{
- case HEADER_TYPE_ARCHIVE:
- // Don't bother reading the reserved values.
- break;
-
case HEADER_TYPE_FILE:
READ_ITEM (ffh);