[hipl-commit] [trunk] Rev 4354: Merge two consecutive identical #ifdefs.

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

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 14:03:27
Revision: 4354
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Merge two consecutive identical #ifdefs.

Modified:
  M  hipd/dht.c

=== modified file 'hipd/dht.c'
--- hipd/dht.c  2010-04-15 20:47:19 +0000
+++ hipd/dht.c  2010-04-20 11:03:16 +0000
@@ -366,9 +366,6 @@
     return 0;
 }
 
-#endif /* CONFIG_HIP_AGENT */
-
-#ifdef CONFIG_HIP_AGENT
 /**
  * hip_sqlite_callback - callback function called by sqliteselect
  *                       The function processes the data returned by select

Other related posts:

  • » [hipl-commit] [trunk] Rev 4354: Merge two consecutive identical #ifdefs. - Diego Biurrun