remove unused function

This commit is contained in:
Yuichi Nishiwaki 2015-07-20 01:25:04 +09:00
parent 57e4942ae2
commit ac10c3fcc1
1 changed files with 0 additions and 12 deletions

View File

@ -4,18 +4,6 @@
#include "picrin.h"
#if ! PIC_ENABLE_FLOAT
static pic_value
pic_number_id(pic_state *pic)
{
int i;
pic_get_args(pic, "i", &i);
return pic_int_value(i);
}
#endif
/**
* Returns the length of string representing val.
* radix is between 2 and 36 (inclusive).