diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:10:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:10:59 +0100 |
commit | 184871bc17cdc5716d8d8bcfff03b0f7412b7a1a (patch) | |
tree | e7a99857da72fbe45e062b983f31ba14bcebcb57 | |
parent | b6a2dc4ea3ca18bff174014d1724aebd5dc28b84 (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" |