Skip to content

Commit

Permalink
nicht verwendete last_time entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo authored and ingo committed Dec 14, 2017
1 parent 857f338 commit 2b642c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hcansocketd/main.c
Expand Up @@ -101,8 +101,6 @@ int main(int argc, char ** argv)
{
int nwritten;

struct timeval last_time;

strcpy(hcand_ip, "127.0.0.1");
strcpy(device, "can0");

Expand Down Expand Up @@ -169,7 +167,6 @@ int main(int argc, char ** argv)

// Durchsatz zaehlen
packet_sent = 0;
last_time = get_time();

fd_set recv_fdset;
fd_set send_fdset;
Expand Down

0 comments on commit 2b642c9

Please sign in to comment.