From 9bc85c516bed428b1bd8520f2c371d016af67a68 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 16 Nov 2014 18:01:12 -0500 Subject: move flag parsing out of expac_new --- util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 6d50426..1dcddb6 100644 --- a/util.h +++ b/util.h @@ -7,7 +7,6 @@ static inline void freep(void *p) { free(*(void **)p); } static inline void fclosep(FILE **p) { if (*p) fclose(*p); } -static inline void globfreep(glob_t *p) { globfree(p); } #define _cleanup_(x) __attribute__((cleanup(x))) #define _cleanup_free_ _cleanup_(freep) -- cgit v1.2.3-54-g00ecf