mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove unused convenience functions
This commit is contained in:
@@ -49,11 +49,6 @@ namespace swift::core::context
|
||||
}
|
||||
}
|
||||
|
||||
CSimulatorInfo IContextSimulator::getSimulatorInfo() const
|
||||
{
|
||||
return this->getSimulatorPluginInfo().getSimulatorInfo();
|
||||
}
|
||||
|
||||
bool IContextSimulator::isSimulatorAvailable() const
|
||||
{
|
||||
return CBuildConfig::isCompiledWithFlightSimulatorSupport() && !this->getSimulatorPluginInfo().isUnspecified();
|
||||
|
||||
@@ -74,11 +74,6 @@ namespace swift::core::context
|
||||
//! Destructor
|
||||
~IContextSimulator() override {}
|
||||
|
||||
// ---- some convenienc functions implemented on interface level
|
||||
|
||||
//! Current simulator
|
||||
misc::simulation::CSimulatorInfo getSimulatorInfo() const;
|
||||
|
||||
signals:
|
||||
//! Simulator combined status
|
||||
//! \sa ISimulator::SimulatorStatus
|
||||
|
||||
Reference in New Issue
Block a user