Skip to content

Commit 44ad281

Browse files
committed
kbuild: clean up scripts/remove-stale-files
These lines have been here for more than a year. Remove them. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 9d0d266 commit 44ad281

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

scripts/remove-stale-files

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,4 @@ set -e
2020
# yard. Stale files stay in this file for a while (for some release cycles?),
2121
# then will be really dead and removed from the code base entirely.
2222

23-
rm -f arch/powerpc/purgatory/kexec-purgatory.c
24-
rm -f arch/riscv/purgatory/kexec-purgatory.c
25-
rm -f arch/x86/purgatory/kexec-purgatory.c
26-
27-
rm -f scripts/extract-cert
28-
29-
rm -f scripts/kconfig/[gmnq]conf-cfg
30-
31-
rm -f rust/target.json
32-
33-
rm -f scripts/bin2c
34-
35-
rm -f .scmversion
36-
37-
rm -rf include/ksym
38-
39-
find . -name '*.usyms' | xargs rm -f
40-
4123
rm -f *.spec

0 commit comments

Comments
 (0)