Skip to content

Commit 437d21d

Browse files
committed
remove CRITICAL_PATH_ITEMS_SELECTION_NONE as unused, add const for ECHO_DATA
1 parent 968f7b6 commit 437d21d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vpr/src/server/commconstants.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ constexpr const char* KEY_CMD = "CMD";
1010
constexpr const char* KEY_OPTIONS = "OPTIONS";
1111
constexpr const char* KEY_DATA = "DATA";
1212
constexpr const char* KEY_STATUS = "STATUS";
13-
constexpr std::string_view ECHO_DATA{"ECHO"};
13+
constexpr const std::string_view ECHO_DATA{"ECHO"};
1414

1515
const unsigned char ZLIB_COMPRESSOR_ID = 'z';
1616
const unsigned char NONE_COMPRESSOR_ID = '\x0';
@@ -23,8 +23,6 @@ constexpr const char* OPTION_PATH_ELEMENTS = "path_elements";
2323
constexpr const char* OPTION_HIGHLIGHT_MODE = "high_light_mode";
2424
constexpr const char* OPTION_DRAW_PATH_CONTOUR = "draw_path_contour";
2525

26-
constexpr const char* CRITICAL_PATH_ITEMS_SELECTION_NONE = "none";
27-
2826
// please don't change values as they are involved in socket communication
2927
constexpr const char* KEY_SETUP_PATH_LIST = "setup";
3028
constexpr const char* KEY_HOLD_PATH_LIST = "hold";

0 commit comments

Comments
 (0)