Skip to content

Commit

Permalink
Remove unused variables in ucptest.c and update test data for added p…
Browse files Browse the repository at this point in the history
…roperties
  • Loading branch information
PhilipHazel committed Apr 25, 2022
1 parent 104fe2f commit 51a5fcd
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 584 deletions.
3 changes: 0 additions & 3 deletions maint/ucptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ int script = -1;
int type = -1;
int gbreak = -1;
int bidiclass = -1;
BOOL bidicontrol = FALSE;
BOOL script_not = FALSE;
BOOL type_not = FALSE;
BOOL gbreak_not = FALSE;
Expand All @@ -559,12 +558,10 @@ while (*s != 0)
{
unsigned int offset = 0;
BOOL scriptx_not = FALSE;
char *value_start;

for (t = name; *s != 0 && !isspace(*s); s++) *t++ = *s;
*t = 0;
while (isspace(*s)) s++;
value_start = s;

for (t = value; *s != 0 && !isspace(*s); s++)
{
Expand Down
Loading

0 comments on commit 51a5fcd

Please sign in to comment.