Skip to content

Commit

Permalink
Remove the explicit template definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
harimau-qirex committed Nov 15, 2021
1 parent 2e342ae commit 17560fc
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions src/platform/Ameba/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<AmebaConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/Darwin/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<PosixConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/EFR32/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<EFR32Config>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/ESP32/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
#include "nvs_flash.h"
namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<ESP32Config>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/Linux/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<PosixConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/P6/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<P6Config>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/Tizen/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<PosixConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/Zephyr/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<ZephyrConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/android/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<AndroidConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/cc13x2_26x2/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<CC13X2_26X2Config>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/mbed/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<MbedConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/nxp/k32w/k32w0/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<K32WConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down
3 changes: 0 additions & 3 deletions src/platform/qpg/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@

namespace chip {
namespace DeviceLayer {
namespace Internal {
template class GenericConfigurationManagerImpl<QPGConfig>;
} // namespace Internal

using namespace ::chip::DeviceLayer::Internal;

Expand Down

0 comments on commit 17560fc

Please sign in to comment.