diff options
Diffstat (limited to 'libiohelp/iouser-free.c')
-rw-r--r-- | libiohelp/iouser-free.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libiohelp/iouser-free.c b/libiohelp/iouser-free.c index 19153da7..06229603 100644 --- a/libiohelp/iouser-free.c +++ b/libiohelp/iouser-free.c @@ -26,5 +26,3 @@ iohelp_free_iouser (struct iouser *iouser) idvec_free (iouser->gids); free (iouser); } - - |