Skip to content

Commit

Permalink
Removing resolved TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CIPop committed Aug 16, 2023
1 parent 67fe29b commit 3f74c87
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion MQTTClient-C/test/test1.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down
1 change: 0 additions & 1 deletion MQTTClient/test/test1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down
1 change: 0 additions & 1 deletion MQTTPacket/test/test1.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down
1 change: 0 additions & 1 deletion MQTTPacket/test/test2.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down
1 change: 0 additions & 1 deletion MQTTPacket/test/test3.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down
1 change: 0 additions & 1 deletion MQTTPacket/test/test35.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ START_TIME_TYPE start_clock(void)
#else
#define mqsleep sleep
#define START_TIME_TYPE struct timeval
/* TODO - unused - remove? static struct timeval start_time; */
START_TIME_TYPE start_clock(void)
{
struct timeval start_time;
Expand Down

0 comments on commit 3f74c87

Please sign in to comment.