[pisa-src] r1012 - trunk/include

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 05 Oct 2009 14:20:19 +0200

Author: tjansen
Date: Mon Oct  5 14:20:19 2009
New Revision: 1012

Log:
Removed unused function pisa_ipv6_any()

Modified:
   trunk/include/global.h

Modified: trunk/include/global.h
==============================================================================
--- trunk/include/global.h      Fri Oct  2 14:30:01 2009        (r1011)
+++ trunk/include/global.h      Mon Oct  5 14:20:19 2009        (r1012)
@@ -332,14 +332,6 @@
                      sizeof(struct in6_addr));
 }
 
-#if 0
-static inline int pisa_ipv6_any(const struct in6_addr *a)
-{
-       return ((a->s6_addr32[0] | a->s6_addr32[1] | 
-                a->s6_addr32[2] | a->s6_addr32[3] ) == 0); 
-}
-#endif
-
 /** This function was stolen (along with some definitions) from hipd
  * code (hipl--midauth--2.6--patch-139/libinet6/utils.h */
 

Other related posts:

  • » [pisa-src] r1012 - trunk/include - Thomas Jansen