INN commit: trunk/storage (expire.c)

INN Commit rra at isc.org
Tue May 21 18:35:10 UTC 2013


    Date: Tuesday, May 21, 2013 @ 11:35:10
  Author: iulius
Revision: 9472

remove useless code

Modified:
  trunk/storage/expire.c

----------+
 expire.c |    6 ------
 1 file changed, 6 deletions(-)

Modified: expire.c
===================================================================
--- expire.c	2013-05-21 18:32:35 UTC (rev 9471)
+++ expire.c	2013-05-21 18:35:10 UTC (rev 9472)
@@ -157,12 +157,6 @@
     if (!p)
       return 0;
 
-    while (*p == sep)
-      ++p;
-
-    if (!*p)
-      return 0;
-
     for (i = 1, *argv++ = p; *p; )
         if (*p++ == sep) {
             p[-1] = '\0';



More information about the inn-committers mailing list