Skip to content
Snippets Groups Projects
Commit d2ab3f1d authored by Gary Williams's avatar Gary Williams
Browse files

get rid of unreferenced variables metaph and newm

parent 8656d441
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment