pathspec: remove unnecessary function prototypes
commite78d57ec8e330ab59058f932c0ba211014f4f6be
authorBrandon Williams <bmwill@google.com>
Tue, 13 Sep 2016 16:52:51 +0000 (13 09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2016 23:10:03 +0000 (13 16:10 -0700)
tree40c80ef58eaf85b3783a015ff73f07c96e177e0b
parent0b65a8dbdb38962e700ee16776a3042beb489060
pathspec: remove unnecessary function prototypes

A few functions were removed in 5a76aff1 ("add: convert to use
parse_pathspec", 2013-07-14), but we forgot to remove their external
declarations from pathspec.h while doing so.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pathspec.h