diff options
Diffstat (limited to 'host/migration/src/SettingImageCommands.java')
-rw-r--r-- | host/migration/src/SettingImageCommands.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/migration/src/SettingImageCommands.java b/host/migration/src/SettingImageCommands.java index 0598e83..68cae2e 100644 --- a/host/migration/src/SettingImageCommands.java +++ b/host/migration/src/SettingImageCommands.java @@ -53,9 +53,4 @@ public class SettingImageCommands implements CommandExecutor { ReadCommand readCommand = new ReadCommand(fileName, uri, settings); addCommand(readCommand); } - - public void addFastboot(int command, String[] arguments) { - FastbootCommand fastbootCommand = new FastbootCommand(command, arguments); - addCommand(fastbootCommand); - } } |