Skip to content

Commit

Permalink
Remove dummy config_lock() and config_unlock() functions
Browse files Browse the repository at this point in the history
Been no-op for ages (0027de0).
  • Loading branch information
doktornotor authored and jim-p committed Apr 3, 2017
1 parent b003c8c commit 9394d90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/etc/inc/util.inc
Expand Up @@ -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;
Expand Down

0 comments on commit 9394d90

Please sign in to comment.