From f9437123b4a1ebcc36f9372a756006c3c3f0bbd4 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 1 Jan 2024 13:31:23 -0800 Subject: [PATCH] Remove redundant parts of bfw string declaration (#1100) --- photon-lib/src/main/native/cpp/photon/PhotonCamera.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/photon-lib/src/main/native/cpp/photon/PhotonCamera.cpp b/photon-lib/src/main/native/cpp/photon/PhotonCamera.cpp index 3ede0c3247..e2b9071440 100644 --- a/photon-lib/src/main/native/cpp/photon/PhotonCamera.cpp +++ b/photon-lib/src/main/native/cpp/photon/PhotonCamera.cpp @@ -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 {