Remove dummy config_lock() and config_unlock() functions

Been no-op for ages (0027de0a54).
This commit is contained in:
doktornotor 2017-03-05 17:32:33 +01:00 committed by jim-p
parent a81de913e5
commit 3c78b99dec

View File

@ -136,13 +136,6 @@ function clear_subsystem_dirty($subsystem = "") {
@unlink("{$g['varrun_path']}/{$subsystem}.dirty");
}
function config_lock() {
return;
}
function config_unlock() {
return;
}
/* lock configuration file */
function lock($lock, $op = LOCK_SH) {
global $g;