runtests: drop unused runnerac_clearlocks

This commit is contained in:
Viktor Szakats 2025-02-26 15:30:46 +01:00
parent b2eb7312d3
commit c8c5877f39
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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.