Skip to content

Commit

Permalink
Cleanup legacy unused declarations (#13039)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Jan 21, 2022
1 parent b792879 commit 1160816
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/include/platform/PlatformManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class ThreadStackManagerImpl;
class TimeSyncManager;

namespace Internal {
class FabricProvisioningServer;
class ServiceProvisioningServer;
class BLEManagerImpl;
template <class>
class GenericConfigurationManagerImpl;
Expand Down Expand Up @@ -199,8 +197,6 @@ class PlatformManager
friend class TraitManager;
friend class ThreadStackManagerImpl;
friend class TimeSyncManager;
friend class Internal::FabricProvisioningServer;
friend class Internal::ServiceProvisioningServer;
friend class Internal::BLEManagerImpl;
template <class>
friend class Internal::GenericPlatformManagerImpl;
Expand Down

0 comments on commit 1160816

Please sign in to comment.