From: Jim Meyering Date: Thu, 12 Oct 1995 04:08:35 +0000 (+0000) Subject: Remove bogus FIXME. X-Git-Tag: FILEUTILS-3_12f~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc7210e5634b85d02f54e9bcfc16e0a0f3644859;p=thirdparty%2Fcoreutils.git Remove bogus FIXME. --- diff --git a/src/md5sum.c b/src/md5sum.c index 42dd55bd3a..43f75a39d9 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) {