From 004c5279fb3b992bee982ffb8956c2d50fb3231e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 17 Jan 2023 11:56:20 -0800 Subject: [PATCH] remove unused function getDiskImageOptions Signed-off-by: Arthur Lu --- scripts/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index b204392..9526e81 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -238,8 +238,4 @@ function parseDisk (disk) { // disk in format: STORAGE: FILENAME, ARG1=..., ARG2 } return parsed; -} - -function getDiskImageOptions (storage) { - } \ No newline at end of file