mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
get rid of unreferenced variables metaph and newm
This commit is contained in:
parent
8656d441ff
commit
d2ab3f1d5d
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue