dir.c: make git_fnmatch() not inline
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index 6b4cd0eb36b92167233a82691fbdba5f29555c1c..8e4a6a910519b2bb6d6a0337682ab402f2650997 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -4139,9 +4139,9 @@ void diff_debug_filespec(struct diff_filespec *s, int x, const char *one)
                DIFF_FILE_VALID(s) ? "valid" : "invalid",
                s->mode,
                s->sha1_valid ? sha1_to_hex(s->sha1) : "");
-       fprintf(stderr, "queue[%d] %s size %lu flags %d\n",
+       fprintf(stderr, "queue[%d] %s size %lu\n",
                x, one ? one : "",
-               s->size, s->xfrm_flags);
+               s->size);
 }
 
 void diff_debug_filepair(const struct diff_filepair *p, int i)