]> git.sur5r.net Git - openldap/commitdiff
Silence "unused static function" warning
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:20:52 +0000 (19:20 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 14 Jul 2005 19:20:52 +0000 (19:20 +0000)
servers/slurpd/re.c

index 05fd60743c9479b217e8ae098ed159d6cc74b666..7a709487834f9d410c4c6b059079f59a42427a36 100644 (file)
@@ -423,6 +423,7 @@ getchangetype(
 
 
 
+#if 0
 /*
  * Find the first line which is not a "replica:" line in buf.
  * Returns a pointer to the line.  Returns NULL if there are
@@ -448,6 +449,7 @@ skip_replica_lines(
        }
     }
 }
+#endif /* 0 */