diff --git a/src/diff.hh b/src/diff.hh index 6f462406..13f7dc40 100644 --- a/src/diff.hh +++ b/src/diff.hh @@ -117,7 +117,6 @@ struct Diff enum { Keep, Add, Remove } mode; int len; int posB; - int posA; }; inline void append_diff(Vector& diffs, Diff diff)