mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue