summaryrefslogtreecommitdiffstatshomepage
path: root/py/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/misc.h')
-rw-r--r--py/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/misc.h b/py/misc.h
index 989650c17a..278d59d4fa 100644
--- a/py/misc.h
+++ b/py/misc.h
@@ -60,8 +60,6 @@ bool unichar_isxdigit(unichar c);
#define streq(s1, s2) (strcmp((s1), (s2)) == 0)
*/
-long strtonum(const char *restrict s, int base);
-
/** variable string *********************************************/
typedef struct _vstr_t {