From 50cf47f0c5a315d9f0c092ece1f3c9d207dbd650 Mon Sep 17 00:00:00 2001 From: "bashi@chromium.org" Date: Wed, 18 Apr 2012 23:34:41 +0000 Subject: Revert 132887 - Update lzma_sdk to 9.20 Copied only C code required to open 7z archive files and uncompress LZMA compression. Updated chrome/installer/util/lzma_util.cc to follow API changes. BUG=None TEST=installer_util_unittests --gtest_filter='LzmaUtilTest.*' Review URL: http://codereview.chromium.org/10114005 TBR=bashi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10035048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132895 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/lzma_sdk/7zAlloc.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 third_party/lzma_sdk/7zAlloc.h (limited to 'third_party/lzma_sdk/7zAlloc.h') diff --git a/third_party/lzma_sdk/7zAlloc.h b/third_party/lzma_sdk/7zAlloc.h deleted file mode 100644 index 3344e93..0000000 --- a/third_party/lzma_sdk/7zAlloc.h +++ /dev/null @@ -1,15 +0,0 @@ -/* 7zAlloc.h -- Allocation functions -2010-10-29 : Igor Pavlov : Public domain */ - -#ifndef __7Z_ALLOC_H -#define __7Z_ALLOC_H - -#include - -void *SzAlloc(void *p, size_t size); -void SzFree(void *p, void *address); - -void *SzAllocTemp(void *p, size_t size); -void SzFreeTemp(void *p, void *address); - -#endif -- cgit v1.1