[hipl-commit] [tiny] Rev 3602: Removed unused pointer from hipd/hipd.c.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 3 Mar 2010 15:51:57 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Wed Mar 03 14:51:44 2010 +0100
Revision: 3602
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Removed unused pointer from hipd/hipd.c.

Modified:
  M  hipd/hipd.c

=== modified file 'hipd/hipd.c'
--- hipd/hipd.c 2010-03-02 13:47:43 +0000
+++ hipd/hipd.c 2010-03-03 13:51:44 +0000
@@ -131,10 +131,6 @@
 
 int hip_use_opptcp                           = 0; // false
 
-/* the opp tcp */
-
-HIP_HASHTABLE *bex_timestamp_db = NULL;
-
 void hip_set_opportunistic_tcp_status(struct hip_common *msg)
 {
     struct sockaddr_in6 sock_addr;

Other related posts:

  • » [hipl-commit] [tiny] Rev 3602: Removed unused pointer from hipd/hipd.c. - Tim Just