From: Hallvard Furuseth Date: Thu, 14 Jul 2005 19:20:52 +0000 (+0000) Subject: Silence "unused static function" warning X-Git-Tag: OPENLDAP_AC_BP~405 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3fd6f18d251f252b8c608acc165b7b795d9b0b98;p=openldap Silence "unused static function" warning --- diff --git a/servers/slurpd/re.c b/servers/slurpd/re.c index 05fd60743c..7a70948783 100644 --- a/servers/slurpd/re.c +++ b/servers/slurpd/re.c @@ -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 */