diff --git a/bus/config-parser-common.c b/bus/config-parser-common.c index 12a01b47..d2f8c550 100644 --- a/bus/config-parser-common.c +++ b/bus/config-parser-common.c @@ -65,10 +65,6 @@ bus_config_parser_element_name_to_type (const char *name) { return ELEMENT_LISTEN; } - else if (strcmp (name, "auth") == 0) - { - return ELEMENT_AUTH; - } else if (strcmp (name, "allow") == 0) { return ELEMENT_ALLOW;