Skip to content

Commit e0b01d5

Browse files
committed
Remove unused variable
1 parent 50ef360 commit e0b01d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/csp_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ int main(int argc, char * argv[]) {
172172
char frame_buff[32];
173173
char buffer[4096];
174174
size_t alen = 0;
175-
const uint32_t HEADER_SIZE = (csp_conf.version == 2) ? 6 : 4;
175+
// const uint32_t HEADER_SIZE = (csp_conf.version == 2) ? 6 : 4;
176176

177177
while ((opt = getopt_long(argc, argv, OPTION_c OPTION_z OPTION_f OPTION_R "k:a:C:tT:h", long_options, NULL)) != -1) {
178178
switch (opt) {

0 commit comments

Comments
 (0)