summaryrefslogtreecommitdiffstats
path: root/applypatch/bsdiff.cpp
diff options
context:
space:
mode:
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;