Skip to content

Commit

Permalink
remove: unused has_port function
Browse files Browse the repository at this point in the history
Signed-off-by: Beau Hastings <[email protected]>
  • Loading branch information
hastinbe committed Dec 26, 2024
1 parent 1493259 commit 8f50a70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions volume
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ define_helpers() {
max() {
echo $(( $1 > $2 ? $1 : $2 ))
}

has_port() {
isset SINK_PORTS["$1"]
}
}

define_notify() {
Expand Down

0 comments on commit 8f50a70

Please sign in to comment.