removed unused UNUSED modificatiors from countRepeatedKeySize
unused UNUSED lmao
This commit is contained in:
parent
f157b21810
commit
3c600c2d78
@ -351,7 +351,7 @@ unsigned long countUnusedKeySize(char *text, char *key)
|
|||||||
return returning;
|
return returning;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long countRepeatedKeySize(UNUSED char *text, UNUSED char *key)
|
unsigned long countRepeatedKeySize(char *text, char *key)
|
||||||
{
|
{
|
||||||
unsigned long returning = 0;
|
unsigned long returning = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user