Remove a unused variable in i_print_name_entry (#9468)
A warning for this is shown when `ONIG_DEBUG_COMPILE` is enabled.
This commit is contained in:
parent
3d3bc029c5
commit
80f1c1e293
@ -478,7 +478,6 @@ typedef st_data_t HashDataType; /* 1.6 st.h doesn't define st_data_t type */
|
||||
static int
|
||||
i_print_name_entry(HashDataType key_, HashDataType e_, HashDataType arg_)
|
||||
{
|
||||
UChar* key = (UChar *)key_;
|
||||
NameEntry* e = (NameEntry *)e_;
|
||||
void* arg = (void *)arg_;
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user