]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Removed unused verbose_proctitle setting.
authorTimo Sirainen <tss@iki.fi>
Mon, 26 Oct 2009 23:46:23 +0000 (19:46 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 26 Oct 2009 23:46:23 +0000 (19:46 -0400)
--HG--
branch : HEAD

src/master/master-settings.c
src/master/master-settings.h

index 51763fb07f642daa98a45fc5374a41fdc746ca23..f7ee1e0d924b55e1d50113f851b7938df3eba4b4 100644 (file)
@@ -179,7 +179,6 @@ static const struct setting_define master_setting_defines[] = {
        DEF(SET_BOOL, version_ignore),
        DEF(SET_BOOL, mail_debug),
        DEF(SET_BOOL, auth_debug),
-       DEF(SET_BOOL, verbose_proctitle),
 
        DEF(SET_UINT, first_valid_uid),
        DEF(SET_UINT, last_valid_uid),
@@ -204,7 +203,6 @@ static const struct master_settings master_default_settings = {
        MEMBER(version_ignore) FALSE,
        MEMBER(mail_debug) FALSE,
        MEMBER(auth_debug) FALSE,
-       MEMBER(verbose_proctitle) FALSE,
 
        MEMBER(first_valid_uid) 500,
        MEMBER(last_valid_uid) 0,
index 3b6a6107d6fd026f0b07422f4ebd63a3b76fe3eb..25c1d8eab5c10b0b5c20d7ea03167903ab7d3aee 100644 (file)
@@ -16,7 +16,6 @@ struct master_settings {
        bool version_ignore;
        bool mail_debug;
        bool auth_debug;
-       bool verbose_proctitle;
 
        unsigned int first_valid_uid, last_valid_uid;
        unsigned int first_valid_gid, last_valid_gid;