mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refactor: Remove unused function
This commit is contained in:
@@ -598,16 +598,6 @@ namespace swift::core::context
|
||||
return true;
|
||||
}
|
||||
|
||||
void CContextSimulator::listenForAllSimulators()
|
||||
{
|
||||
const auto plugins = getAvailableSimulatorPlugins();
|
||||
for (const CSimulatorPluginInfo &p : plugins)
|
||||
{
|
||||
Q_ASSERT(!p.isUnspecified());
|
||||
if (p.isValid()) { this->listenForSimulator(p); }
|
||||
}
|
||||
}
|
||||
|
||||
void CContextSimulator::unloadSimulatorPlugin()
|
||||
{
|
||||
if (!m_simulatorPlugin.first.isUnspecified())
|
||||
|
||||
@@ -363,9 +363,6 @@ namespace swift::core
|
||||
//! Listen for single simulator
|
||||
bool listenForSimulator(const swift::misc::simulation::CSimulatorPluginInfo &simulatorInfo);
|
||||
|
||||
//! Listen for all simulators
|
||||
void listenForAllSimulators();
|
||||
|
||||
//! Call stop() on all loaded listeners
|
||||
void stopSimulatorListeners();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user