Skip to content

Commit 98ee92d

Browse files
donnchawpCopilot
andauthored
Remove unused code from this file
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2150427 commit 98ee92d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tools/run-phpcbf-changed.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ dedupe_files() {
1010
awk 'NF && !seen[$0]++'
1111
}
1212

13-
collect_files() {
14-
local cmd=("$@")
15-
"${cmd[@]}" | dedupe_files
16-
}
17-
1813
base_ref=""
1914
if git rev-parse --verify origin/trunk >/dev/null 2>&1; then
2015
base_ref="origin/trunk"

0 commit comments

Comments
 (0)