diff options
Diffstat (limited to 'coreutils/diff.c')
-rw-r--r-- | coreutils/diff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/diff.c b/coreutils/diff.c index faab287f8..b39a301b9 100644 --- a/coreutils/diff.c +++ b/coreutils/diff.c @@ -155,8 +155,6 @@ struct globals { } while (0) - - static void print_only(const char *path, size_t dirlen, const char *entry) { if (dirlen > 1) @@ -164,7 +162,6 @@ static void print_only(const char *path, size_t dirlen, const char *entry) printf("Only in %.*s: %s\n", (int) dirlen, path, entry); } - static void print_status(int val, char *path1, char *path2, char *entry) { const char * const _entry = entry ? entry : ""; |