Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
WFA-achuang committed Oct 13, 2021
1 parent 4fe8dc7 commit e321143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indigo_api_callback_tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ static int send_loopback_data_handler(struct packet_wrapper *req, struct packet_
char dut_ip[64];
char dut_port[32];
char rate[16], pkt_count[16], pkt_size[16], recv_count[16], pkt_type[16];
char cmd[128];
int status = TLV_VALUE_STATUS_NOT_OK, recvd = 0;
char *message = TLV_VALUE_SEND_LOOPBACK_DATA_NOT_OK;

Expand Down

0 comments on commit e321143

Please sign in to comment.