Skip to content

Commit

Permalink
Remove the constexpr delarations
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 7, 2024
1 parent e8f04ea commit da3d44a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/core/Portability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,6 @@ namespace Core {
#endif
#endif

constexpr uint32_t Thunder::Core::IUnknown::ID_OFFSET_INTERNAL;
constexpr uint32_t Thunder::Core::IUnknown::ID_OFFSET_PUBLIC;
constexpr uint32_t Thunder::Core::IUnknown::ID_OFFSET_CUSTOM;
constexpr uint32_t Thunder::Core::IUnknown::ID;

///
/// \brief Format message
/// \param dst String to store formatted message
Expand Down

0 comments on commit da3d44a

Please sign in to comment.