Fix cppcheck unused warning

pull/1392/head
Mike Black W9MDB 2023-10-01 13:28:29 -05:00
rodzic f00661a8ae
commit a469823028
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ double get_elapsed_time(struct tm start, struct tm end) {
int main()
{
struct tm start_time, end_time;
//struct tm start_time, end_time;
time_t rawtime;
for (int i = 0; i < 11; ++i)