Boot2Qt: Remove unused VmState enum

Change-Id: Ib0cfee745530a8484cd9a5abf5eb85b0387074fd
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2024-08-02 14:19:04 +02:00
parent 00daa669ad
commit 52561971a7

View File

@@ -3,10 +3,7 @@
#pragma once
#include <utils/id.h>
namespace Qdb {
namespace Constants {
namespace Qdb::Constants {
const char QdbLinuxOsType[] = "QdbLinuxOsType";
@@ -19,10 +16,4 @@ const char QdbMakeDefaultAppStepId[] = "Qdb.MakeDefaultAppStep";
const char QdbHardwareDevicePrefix[] = "QdbHardwareDevice";
const char AppcontrollerFilepath[] = "/usr/bin/appcontroller";
} // namespace Constants
namespace Internal {
enum VmState { VmReady, VmNotReady, VmShutDown };
}
} // namespace Qdb
} // namespace Qdb::Constants