Remove redundant parts of bfw string declaration (#1100)

This commit is contained in:
Tyler Veness
2024-01-01 13:31:23 -08:00
committed by GitHub
parent 54840f0420
commit f9437123b4

View File

@@ -36,8 +36,7 @@
#include "PhotonVersion.h"
#include "photon/dataflow/structures/Packet.h"
namespace {
static constexpr const std::string_view bfw =
inline constexpr std::string_view bfw =
"\n\n\n\n"
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"
@@ -57,7 +56,6 @@ static constexpr const std::string_view bfw =
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"
"\n\n";
} // namespace
namespace photon {