From 0c6e7cf2d3435915ae4456eaeb61ba5058a0aab9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Feb 2014 21:45:01 +0000 Subject: remove unused RARRAY_PTR macro We do not need it anymore --- ext/clogger_ext/ruby_1_9_compat.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/clogger_ext/ruby_1_9_compat.h b/ext/clogger_ext/ruby_1_9_compat.h index 30a38d6..b5653dc 100644 --- a/ext/clogger_ext/ruby_1_9_compat.h +++ b/ext/clogger_ext/ruby_1_9_compat.h @@ -5,9 +5,6 @@ #ifndef RSTRING_LEN # define RSTRING_LEN(s) (RSTRING(s)->len) #endif -#ifndef RARRAY_PTR -# define RARRAY_PTR(s) (RARRAY(s)->ptr) -#endif #ifndef RARRAY_LEN # define RARRAY_LEN(s) (RARRAY(s)->len) #endif -- cgit v1.2.3-24-ge0c7