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 { | |||
155 | } while (0) | 155 | } while (0) |
156 | 156 | ||
157 | 157 | ||
158 | |||
159 | |||
160 | static void print_only(const char *path, size_t dirlen, const char *entry) | 158 | static void print_only(const char *path, size_t dirlen, const char *entry) |
161 | { | 159 | { |
162 | if (dirlen > 1) | 160 | if (dirlen > 1) |
@@ -164,7 +162,6 @@ static void print_only(const char *path, size_t dirlen, const char *entry) | |||
164 | printf("Only in %.*s: %s\n", (int) dirlen, path, entry); | 162 | printf("Only in %.*s: %s\n", (int) dirlen, path, entry); |
165 | } | 163 | } |
166 | 164 | ||
167 | |||
168 | static void print_status(int val, char *path1, char *path2, char *entry) | 165 | static void print_status(int val, char *path1, char *path2, char *entry) |
169 | { | 166 | { |
170 | const char * const _entry = entry ? entry : ""; | 167 | const char * const _entry = entry ? entry : ""; |