[hipl-commit] [trunk] Rev 4279: Remove commented-out variable declarations.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 14 Apr 2010 16:08:45 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 14/04/2010 at 16:08:45
Revision: 4279
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove commented-out variable declarations.

Modified:
  M  hipd/maintenance.c

=== modified file 'hipd/maintenance.c'
--- hipd/maintenance.c  2010-04-13 11:13:37 +0000
+++ hipd/maintenance.c  2010-04-14 13:08:33 +0000
@@ -590,10 +590,6 @@
     uint32_t rcvd_heartbeats = 0;
     uint64_t rtt             = 0;
     double avg               = 0.0, std_dev = 0.0;
-#if 0
-    u_int32_t rtt            = 0, usecs = 0, secs = 0, square = 0;
-    u_int32_t sum1           = 0, sum2 = 0;
-#endif
     char hit[INET6_ADDRSTRLEN];
     hip_ha_t *entry          = NULL;

Other related posts:

  • » [hipl-commit] [trunk] Rev 4279: Remove commented-out variable declarations. - Diego Biurrun