From: Gary Williams Date: Wed, 14 Apr 1999 15:13:59 +0000 (+0000) Subject: get rid of unreferenced variables metaph and newm X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~174 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2ab3f1d5d45402bec315bd46e2483f287b662c0;p=openldap get rid of unreferenced variables metaph and newm --- diff --git a/servers/slapd/phonetic.c b/servers/slapd/phonetic.c index 240de884a2..65b2a74804 100644 --- a/servers/slapd/phonetic.c +++ b/servers/slapd/phonetic.c @@ -184,9 +184,8 @@ char * phonetic( char *Word ) { char *n, *n_start, *n_end; /* pointers to string */ - char *metaph, *metaph_end; /* pointers to metaph */ + char *metaph_end; /* pointers to metaph */ char ntrans[40]; /* word with uppercase letters */ - char newm[8];/* new metaph for comparison */ int KSflag; /* state flag for X -> KS */ char buf[MAXPHONEMELEN + 2]; char *Metaph;