]> git.marmaro.de Git - mmh/blobdiff - uip/rmf.c
Removed void casts for ignored return values of function calls.
[mmh] / uip / rmf.c
index 3808f548e2c944a99f12fc281a7e56d00c299abd..10a4a10378eea37a7264bef80efc74c0e3d0143c 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -158,7 +158,7 @@ rmf(char *folder)
        ** Run the external delete hook program.
        */
 
-       (void)ext_hook("del-hook", maildir, (char *)0);
+       ext_hook("del-hook", maildir, (char *)0);
 
        j = strlen(backup_prefix);
        while ((dp = readdir(dd))) {