summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/md5sum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 42dd55bd3..43f75a39d 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -166,8 +166,6 @@ split_3 (char *s, char **u, int *binary, char **w)
return 1;
}
-/* FIXME: use strcspn. */
-
static int
hex_digits (const char *s)
{