remove unused function getDiskImageOptions

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-17 11:56:20 -08:00
parent 0127b60bf3
commit 3b79a997be

View File

@ -238,8 +238,4 @@ function parseDisk (disk) { // disk in format: STORAGE: FILENAME, ARG1=..., ARG2
}
return parsed;
}
function getDiskImageOptions (storage) {
}