init.sh: remove useless comment

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-18 11:29:54 +01:00
parent 0343081d90
commit 36ffe6ef50
-2
View File
@@ -191,8 +191,6 @@ xbmk_mkdirs()
{
x_ mkdir -p "$xbmklocal"
# /tmp might be a tmpfs, so for large files we use ./tmp,
# not to be confused with xbmktmp (xbmktmp points to /tmp)
remkdir "$xbmktmp" "$xbmklocal"
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
}