From a1cae878ec58748fd8d602178fe279bf6116931d Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 11 Feb 2012 22:02:27 +0100 Subject: [PATCH] Removed unused catproc. --- config/config.c | 5 ----- h/mh.h | 1 - 2 files changed, 6 deletions(-) diff --git a/config/config.c b/config/config.c index 2ccf3790..62852dfa 100644 --- a/config/config.c +++ b/config/config.c @@ -118,11 +118,6 @@ char *mimetypequeryproc = "file -b --mime"; */ char *buildmimeproc = NMHBINDIR"/mhbuild"; -/* -** This is the program to `cat' a file. -*/ -char *catproc = "/bin/cat"; - /* ** This program is usually called directly by users, but it is ** also invoked by the spost program to process an "Fcc", or by diff --git a/h/mh.h b/h/mh.h index 52dc5049..2775db8e 100644 --- a/h/mh.h +++ b/h/mh.h @@ -289,7 +289,6 @@ extern char *attach_hdr; extern char *buildmimeproc; extern char *backup_prefix; extern char *altmsglink; -extern char *catproc; extern char *components; extern char *context; extern char *curfolder; -- 2.39.5