parse-options: remove the unused parse_opt_commits() function
[gitweb.git] / parse-options.h
index 4b4734f2e7e4e67a4ef1f1cf59655b7e7b2d7705..2b8378ac1aa3013fcc28b22ae833bbaf23fadef5 100644 (file)
@@ -224,7 +224,6 @@ extern int parse_opt_expiry_date_cb(const struct option *, const char *, int);
 extern int parse_opt_color_flag_cb(const struct option *, const char *, int);
 extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
 extern int parse_opt_object_name(const struct option *, const char *, int);
-extern int parse_opt_commits(const struct option *, const char *, int);
 extern int parse_opt_tertiary(const struct option *, const char *, int);
 extern int parse_opt_string_list(const struct option *, const char *, int);
 extern int parse_opt_noop_cb(const struct option *, const char *, int);