Skip to content

Commit 34f3c5d

Browse files
committed
Fix warnings to remove unused variables
1 parent 7744b71 commit 34f3c5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

storage/cfstore/source/cfstore_fnmatch.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ int __collate_range_cmp (c1, c2)
131131
{
132132
static char s1[2], s2[2];
133133
int ret;
134-
#ifndef ASCII_COMPATIBLE_COLLATE
135-
int as1, as2, al1, al2;
136-
#endif
137134

138135
c1 &= UCHAR_MAX;
139136
c2 &= UCHAR_MAX;

0 commit comments

Comments
 (0)