runtests: drop unused runner_clearlocks
This commit is contained in:
parent
c8c5877f39
commit
870a3fa6c6
@ -1466,10 +1466,7 @@ sub ipcrecv {
|
|||||||
# print "ipcrecv $funcname\n";
|
# print "ipcrecv $funcname\n";
|
||||||
# Synchronously call the desired function
|
# Synchronously call the desired function
|
||||||
my @res;
|
my @res;
|
||||||
if($funcname eq "runner_clearlocks") {
|
if($funcname eq "runner_shutdown") {
|
||||||
@res = runner_clearlocks(@$argsarrayref);
|
|
||||||
}
|
|
||||||
elsif($funcname eq "runner_shutdown") {
|
|
||||||
runner_shutdown(@$argsarrayref);
|
runner_shutdown(@$argsarrayref);
|
||||||
# Special case: no response will be forthcoming
|
# Special case: no response will be forthcoming
|
||||||
return 1;
|
return 1;
|
||||||
@ -1503,16 +1500,6 @@ sub ipcrecv {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
###################################################################
|
|
||||||
# Kill the server processes that still have lock files in a directory
|
|
||||||
sub runner_clearlocks {
|
|
||||||
if(clearlogs()) {
|
|
||||||
logmsg "Warning: log messages were lost\n";
|
|
||||||
}
|
|
||||||
return clearlogs();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# Kill all server processes
|
# Kill all server processes
|
||||||
sub runner_stopservers {
|
sub runner_stopservers {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user