diff options
Diffstat (limited to 'src/dirvec.h')
-rw-r--r-- | src/dirvec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dirvec.h b/src/dirvec.h index 6709537b8..0dd7c7a9c 100644 --- a/src/dirvec.h +++ b/src/dirvec.h @@ -14,13 +14,6 @@ int dirvec_delete(struct dirvec *dv, struct directory *del); void dirvec_add(struct dirvec *dv, struct directory *add); -static inline void dirvec_clear(struct dirvec *dv) -{ - dv->nr = 0; -} - -void dirvec_destroy(struct dirvec *dv); - int dirvec_for_each(const struct dirvec *dv, int (*fn)(struct directory *, void *), void *arg); |