forked from qt-creator/qt-creator
Boot2Qt: Remove unused VmState enum
Change-Id: Ib0cfee745530a8484cd9a5abf5eb85b0387074fd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user