mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove dummy config_lock() and config_unlock() functions
Been no-op for ages (0027de0a54).
This commit is contained in:
parent
a81de913e5
commit
3c78b99dec
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user