--- gvpe/src/util.C 2004/04/02 14:42:45 1.13 +++ gvpe/src/util.C 2004/05/10 20:13:10 1.14 @@ -127,16 +127,6 @@ return 0; } -void -make_names (void) -{ - if (!conf.pidfilename) - conf.pidfilename = strdup (LOCALSTATEDIR "/run/vped.pid"); - - if (!confbase) - asprintf (&confbase, "%s/vpe", CONFDIR); -} - void run_script (const run_script_cb &cb, bool wait) { int pid;