stage1/cache.sh: cleanup vestigial unused vars

This commit is contained in:
Vito Caputo
2015-01-06 10:52:21 -08:00
parent 632e4a30bd
commit 735f3ee839
-4
View File
@@ -175,10 +175,6 @@ function cache_url() {
}
CACHED_IMG="cache/pxe.img"
USRFS="usr.squashfs"
ROOTDIR="rootfs"
USR="rootfs/usr"
FILELIST="manifest.txt"
# cache pxe image
cache_url "${CACHED_IMG}" "${IMG_URL}" "${GPG_KEY}" "${GPG_LONG_ID}"