Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: third_party/lzma_sdk/Compress/Branch/BranchX86.h

Issue 6730044: Upgrading lzma_sdk to version 9.20. Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/lzma_sdk/Compress/Branch/BranchX86.h
===================================================================
--- third_party/lzma_sdk/Compress/Branch/BranchX86.h (revision 79843)
+++ third_party/lzma_sdk/Compress/Branch/BranchX86.h (working copy)
@@ -1,12 +0,0 @@
-/* BranchX86.h */
-
-#ifndef __BRANCHX86_H
-#define __BRANCHX86_H
-
-#include "BranchTypes.h"
-
-#define x86_Convert_Init(state) { state = 0; }
-
-SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *state, int encoding);
-
-#endif
« no previous file with comments | « third_party/lzma_sdk/Compress/Branch/BranchTypes.h ('k') | third_party/lzma_sdk/Compress/Branch/BranchX86.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698