summaryrefslogtreecommitdiff
path: root/src/unlink.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-28 10:22:41 +0000
committerJim Meyering <jim@meyering.net>2005-12-28 10:22:41 +0000
commit67e065e79d5858e5959578e94e2b161b4b5c24dc (patch)
tree6e9748631ed897d0e81e982936c5aef8f0a04117 /src/unlink.c
parenteb330d25844d5dba0b3f24fb7ca470d783d5bfe7 (diff)
downloadcoreutils-67e065e79d5858e5959578e94e2b161b4b5c24dc.tar.xz
Don't include <assert.h>; it wasn't used.
Diffstat (limited to 'src/unlink.c')
-rw-r--r--src/unlink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unlink.c b/src/unlink.c
index 263292cdc..725507649 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -25,7 +25,6 @@
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
-#include <assert.h>
#include "system.h"
#include "error.h"