# HG changeset patch # User Jim Meyering # Date 882705437 0 # Node ID 4190e5db7eeeac09e8886ce1194a81a90c160fcd # Parent e1d8eb135151e3527b2e6e82c96b68f6cc5a8bea remove FIXME-describe comments diff --git a/lib/exclude.c b/lib/exclude.c --- a/lib/exclude.c +++ b/lib/exclude.c @@ -43,8 +43,6 @@ int exclude_count; }; -/* FIXME: describe */ - struct exclude * new_exclude (void) { @@ -55,8 +53,6 @@ return ex; } -/* FIXME: describe */ - int excluded_filename (struct exclude const *ex, char const *f) { @@ -71,8 +67,6 @@ return 0; } -/* FIXME: describe */ - void add_exclude (struct exclude *ex, char const *pattern) { @@ -84,8 +78,6 @@ ex->exclude[ex->exclude_count++] = pattern; } -/* FIXME: describe */ - int add_exclude_file (struct exclude *ex, char const *filename, char line_end) {