runtests: drop unused runnerac_clearlocks
This commit is contained in:
parent
b2eb7312d3
commit
c8c5877f39
@ -47,7 +47,6 @@ BEGIN {
|
||||
readtestkeywords
|
||||
restore_test_env
|
||||
runner_init
|
||||
runnerac_clearlocks
|
||||
runnerac_shutdown
|
||||
runnerac_stopservers
|
||||
runnerac_test_preprocess
|
||||
@ -1274,12 +1273,6 @@ sub runner_test_run {
|
||||
return (0, clearlogs(), \%testtimings, $cmdres, $CURLOUT, $tool, $usedvalgrind);
|
||||
}
|
||||
|
||||
# Async call runner_clearlocks
|
||||
# Called by controller
|
||||
sub runnerac_clearlocks {
|
||||
return controlleripccall(\&runner_clearlocks);
|
||||
}
|
||||
|
||||
# Async call runner_shutdown
|
||||
# This call does NOT generate an IPC response and must be the last IPC call
|
||||
# received.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user