Index: ossp-pkg/petidomo/config.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v' 2>/dev/null --- config.c 2001/01/19 15:26:53 1.20 +++ config.c 2001/01/19 20:51:11 1.21 @@ -148,7 +148,6 @@ const struct List_Config* getListConfig(const char * listname) { - const struct PD_Config * MasterConfig; struct List_Config * ListConfig; Node node; int rc; @@ -198,10 +197,6 @@ address_file = "list"; ack_file = "acks"; - /* Get the master configuration. */ - - MasterConfig = getMasterConfig(); - /* Did we read this config file already? */ node = FindNodeByKey(ListConfigs, listname);