Skip to content

Commit 3c562a7

Browse files
committed
kbuild: remove a stale comment about cleaning in link-vmlinux.sh
Remove the left-over of commit 51eb95e ("kbuild: Don't remove link-vmlinux temporary files on exit/signal"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 3430f65 commit 3c562a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/link-vmlinux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ sorttable()
201201
${objtree}/scripts/sorttable ${1}
202202
}
203203

204-
# Delete output files in case of error
205204
cleanup()
206205
{
207206
rm -f .btf.*

0 commit comments

Comments
 (0)