Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 1ecc8e4

Browse files
masahir0ymichal42
authored andcommitted
scripts: objdiff: remove unnecessary code
The directories for objdump is created by the code a few lines below: [ ! -d "$OBJDIFFD/$dn" ] && mkdir -p "$OBJDIFFD/$dn" Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Jason Cooper <[email protected]> Signed-off-by: Michal Marek <[email protected]>
1 parent 5ab370e commit 1ecc8e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/objdiff

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ dorecord() {
5252
OBJDUMP="${CROSS_COMPILE}objdump"
5353
OBJDIFFD="$TMPD/$CMT"
5454

55-
[ ! -d "$OBJDIFFD" ] && mkdir -p "$OBJDIFFD"
56-
5755
for f in $FILES; do
5856
dn="${f%/*}"
5957
bn="${f##*/}"

0 commit comments

Comments
 (0)