Skip to content

Commit

Permalink
remove the unused definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 16, 2012
1 parent a2f9d49 commit 26b5861
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rational.c
Original file line number Diff line number Diff line change
Expand Up @@ -2012,9 +2012,6 @@ make_patterns(void)
#define id_split rb_intern("split")
#define f_split(x,y) rb_funcall(x, id_split, 1, y)

#define id_strip rb_intern("strip")
#define f_strip(x) rb_funcall(x, id_strip, 0)

#include <ctype.h>

static VALUE
Expand Down

0 comments on commit 26b5861

Please sign in to comment.