remove unused function
This commit is contained in:
parent
01aaabf4aa
commit
559b75e9c8
1 changed files with 0 additions and 14 deletions
|
@ -855,20 +855,6 @@ bool pre_update_1_2(Level& l,bool verbose)
|
|||
}
|
||||
|
||||
|
||||
char * str_upr (char *a)
|
||||
{
|
||||
char *ret = a;
|
||||
|
||||
while (*a != '\0')
|
||||
{
|
||||
if (islower (*a))
|
||||
*a = toupper (*a);
|
||||
++a;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
void update_tree_1_2(Level& l,bool verbose)
|
||||
{
|
||||
if(l.data.empty()) { // key
|
||||
|
|
Loading…
Add table
Reference in a new issue