X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=8b3241ad137f5934e32336cd1caf8d99ca11d1f5;hb=99f55ebc6757ec8777627142e7f8e1dc50f68d2c;hp=05ebc115a13df5c1b80128489619d753ed107a6f;hpb=7d61b31b67a470c7008a989901d3efa1e6533dbe;p=git.git diff --git a/diffcore.h b/diffcore.h index 05ebc115a..8b3241ad1 100644 --- a/diffcore.h +++ b/diffcore.h @@ -91,13 +91,11 @@ struct diff_queue_struct { struct diff_filepair **queue; int alloc; int nr; - int run; }; #define DIFF_QUEUE_CLEAR(q) \ do { \ (q)->queue = NULL; \ (q)->nr = (q)->alloc = 0; \ - (q)->run = 0; \ } while (0) extern struct diff_queue_struct diff_queued_diff;