removed unused UNUSED modificatiors from countRepeatedKeySize

unused UNUSED lmao
This commit is contained in:
Václav Šmejkal 2022-08-24 16:01:48 +02:00
parent f157b21810
commit 3c600c2d78
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -351,7 +351,7 @@ unsigned long countUnusedKeySize(char *text, char *key)
return returning;
}
unsigned long countRepeatedKeySize(UNUSED char *text, UNUSED char *key)
unsigned long countRepeatedKeySize(char *text, char *key)
{
unsigned long returning = 0;