diff options
Diffstat (limited to 'courgette/third_party/bsdiff_create.cc')
-rw-r--r-- | courgette/third_party/bsdiff_create.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/courgette/third_party/bsdiff_create.cc b/courgette/third_party/bsdiff_create.cc index 0212093..fc0ce25 100644 --- a/courgette/third_party/bsdiff_create.cc +++ b/courgette/third_party/bsdiff_create.cc @@ -232,7 +232,6 @@ BSDiffStatus CreateBinaryPatch(SourceStream* old_stream, int diff_bytes_length = 0; int diff_bytes_nonzero = 0; int extra_bytes_length = 0; - int eblen = 0; // The patch format is a sequence of triples <copy,extra,seek> where 'copy' is // the number of bytes to copy from the old file (possibly with mistakes), |