mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
get rid of unreferenced variables metaph and newm
This commit is contained in:
parent
8656d441ff
commit
d2ab3f1d5d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user