From 2b6fc6beb7b06bb98378ab05079036b398ba7a49 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 29 Jan 2017 12:49:52 +0000 Subject: [PATCH] Remove unused Diff::posA field --- src/diff.hh | 1 - 1 file changed, 1 deletion(-) 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)