X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diffcore.h;h=8b3241ad137f5934e32336cd1caf8d99ca11d1f5;hb=dd0c69e95638d49f576c3774b8073b68d82ec0ff;hp=05ebc115a13df5c1b80128489619d753ed107a6f;hpb=745654f82a3ea02b15c59991d4461090a00b5645;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;