summaryrefslogtreecommitdiffstats
path: root/applypatch/bsdiff.cpp
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-02-10 19:21:30 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-10 19:21:31 +0100
commit6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551 (patch)
treed01dfa7f2b65b703ab83fc9e47fed61e67f97d85 /applypatch/bsdiff.cpp
parentMerge "verifier_test: Suppress the unused parameter warnings." (diff)
parentapplypatch: Add a Makefile to build imgdiff in Chrome OS. (diff)
downloadandroid_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar.gz
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar.bz2
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar.lz
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar.xz
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.tar.zst
android_bootable_recovery-6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551.zip
Diffstat (limited to 'applypatch/bsdiff.cpp')
-rw-r--r--applypatch/bsdiff.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/applypatch/bsdiff.cpp b/applypatch/bsdiff.cpp
index 55dbe5cf1..cca1b32fb 100644
--- a/applypatch/bsdiff.cpp
+++ b/applypatch/bsdiff.cpp
@@ -224,7 +224,6 @@ static void offtout(off_t x,u_char *buf)
int bsdiff(u_char* old, off_t oldsize, off_t** IP, u_char* newdata, off_t newsize,
const char* patch_filename)
{
- int fd;
off_t *I;
off_t scan,pos,len;
off_t lastscan,lastpos,lastoffset;