diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-28 10:22:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-28 10:22:41 +0000 |
commit | 67e065e79d5858e5959578e94e2b161b4b5c24dc (patch) | |
tree | 6e9748631ed897d0e81e982936c5aef8f0a04117 /src/link.c | |
parent | eb330d25844d5dba0b3f24fb7ca470d783d5bfe7 (diff) | |
download | coreutils-67e065e79d5858e5959578e94e2b161b4b5c24dc.tar.xz |
Don't include <assert.h>; it wasn't used.
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index c0ae7d549..277cf2352 100644 --- a/src/link.c +++ b/src/link.c @@ -25,7 +25,6 @@ #include <stdio.h> #include <getopt.h> #include <sys/types.h> -#include <assert.h> #include "system.h" #include "error.h" |