remove dead code for base10->base36 conversion

This commit is contained in:
Enno Rehling 2015-09-05 19:24:59 +02:00
parent b631f539ce
commit 74d7caf526
1 changed files with 0 additions and 15 deletions

View File

@ -2448,21 +2448,6 @@ const char *charset)
return 0; return 0;
} }
void base36conversion(void)
{
region *r;
for (r = regions; r; r = r->next) {
unit *u;
for (u = r->units; u; u = u->next) {
if (forbiddenid(u->no)) {
uunhash(u);
u->no = newunitid();
uhash(u);
}
}
}
}
#define FMAXHASH 1021 #define FMAXHASH 1021
struct fsee { struct fsee {