Skip to content

Commit 1110df7

Browse files
committed
Remove now unused function mv_other_artifact()
1 parent 1d4147b commit 1110df7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/move_artifacts.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ mv_artifact()
1313
fi
1414
}
1515

16-
# Usage:
17-
# mv_other_artifact BUILDINFO_PATH OTHER_EXT DEST_DIR
18-
mv_other_artifact()
19-
{
20-
a=${1%.buildinfo}$2
21-
[ ! -f "$a" ] || mv_artifact "$a" "$3"
22-
}
23-
2416
# Usage:
2517
# mv_source_package CHANGES_FILE
2618
mv_source_package()

0 commit comments

Comments
 (0)