Replaced mkinstalldirs with `mkdir -p'.
[mmh] / uip / msgchk.c
index 5b75814..932da20 100644 (file)
@@ -7,7 +7,6 @@
 */
 
 #include <h/mh.h>
-#include <h/mts.h>
 #include <h/tws.h>
 #include <pwd.h>
 
@@ -69,7 +68,6 @@ main(int argc, char **argv)
        /* read user profile/context */
        context_read();
 
-       mts_init(invo_name);
        user = getusername();
 
        arguments = getarguments(invo_name, argc, argv, 1);