[hipl-commit] [trunk] Rev 4246: Remove pointless, commented-out preprocessor conditional.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 14:14:00 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 14:14:00
Revision: 4246
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove pointless, commented-out preprocessor conditional.

Modified:
  M  hipd/maintenance.c

=== modified file 'hipd/maintenance.c'
--- hipd/maintenance.c  2010-04-13 10:36:12 +0000
+++ hipd/maintenance.c  2010-04-13 11:13:37 +0000
@@ -466,10 +466,9 @@
     }
 #endif
 
-//#ifdef CONFIG_HIP_UDPRELAY
     /* Clear the expired records from the relay hashtable. */
     hip_relht_maintenance();
-//#endif
+
     /* Clear the expired pending service requests. This is by no means time
      * critical operation and is not needed to be done on every maintenance
      * cycle. Once every 10 minutes or so should be enough. Just for the

Other related posts:

  • » [hipl-commit] [trunk] Rev 4246: Remove pointless, commented-out preprocessor conditional. - Diego Biurrun