mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
re.c: remove unused rb_memcmp() function
It is no longer used or exported as of r13641. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9d899615d1
commit
2bd222abfb
1 changed files with 0 additions and 8 deletions
8
re.c
8
re.c
|
@ -88,14 +88,6 @@ rb_memcicmp(const void *x, const void *y, long len)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#undef rb_memcmp
|
||||
|
||||
int
|
||||
rb_memcmp(const void *p1, const void *p2, long len)
|
||||
{
|
||||
return memcmp(p1, p2, len);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MEMMEM
|
||||
static inline long
|
||||
rb_memsearch_ss(const unsigned char *xs, long m, const unsigned char *ys, long n)
|
||||
|
|
Loading…
Add table
Reference in a new issue