(mode_free): Remove; all callers changed to invoke 'free'.

This commit is contained in:
Paul Eggert 2005-05-01 14:27:09 +00:00
parent d4502755f4
commit 394b469369

View File

@ -27,6 +27,5 @@
struct mode_change *mode_compile (const char *);
struct mode_change *mode_create_from_ref (const char *);
mode_t mode_adjust (mode_t, struct mode_change const *, mode_t);
void mode_free (struct mode_change *);
#endif