diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:10:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 12:18:22 +0100 |
commit | 656a7b450b52f518af639bfedab9842c02e6047a (patch) | |
tree | 33310570af756f960023116993b263934d550124 | |
parent | 0417af86ec97b48227a46e77f2347fbdbd72f20b (diff) |
mk: remove useless code
this was added a few commits ago, but the previous commit
made me realise it's not needed at all.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -296,8 +296,6 @@ check_project_hashes() check_cross_compiler() { - remkdir "$XBMK_CACHE/gnupath" - cbdir="src/coreboot/$tree" [ "$project" != "coreboot" ] && cbdir="src/coreboot/default" [ -n "$xtree" ] && cbdir="src/coreboot/$xtree" |