Skip to content

Commit

Permalink
remove unusused function
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 23, 2024
1 parent e567275 commit 2a150bb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions install-script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -901,17 +901,6 @@ function plutil_create_key() {
fi
}

function plutil_delete_key() {
local file key
readonly file="${1}"
readonly key="${2}"

if ! plutil -remove "${key}" "${file}"; then
echo "plutil_delete_key error: key=${key}, file=${file}"
exit 1
fi
}

function plutil_extract_key() {
local file key output
readonly file="${1}"
Expand Down

0 comments on commit 2a150bb

Please sign in to comment.