From: Jim Meyering Date: Sun, 21 Dec 1997 11:57:17 +0000 (+0000) Subject: remove FIXME-describe comments X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce2b92acf723f60d9a09923d024b1962f55a677;p=pspp remove FIXME-describe comments --- diff --git a/lib/exclude.c b/lib/exclude.c index e5cdfc34b9..47f8e8132d 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -43,8 +43,6 @@ struct exclude int exclude_count; }; -/* FIXME: describe */ - struct exclude * new_exclude (void) { @@ -55,8 +53,6 @@ new_exclude (void) return ex; } -/* FIXME: describe */ - int excluded_filename (struct exclude const *ex, char const *f) { @@ -71,8 +67,6 @@ excluded_filename (struct exclude const *ex, char const *f) return 0; } -/* FIXME: describe */ - void add_exclude (struct exclude *ex, char const *pattern) { @@ -84,8 +78,6 @@ add_exclude (struct exclude *ex, char const *pattern) ex->exclude[ex->exclude_count++] = pattern; } -/* FIXME: describe */ - int add_exclude_file (struct exclude *ex, char const *filename, char line_end) {