From c9fc0f047b11497bb30c75880a9f5af7698d350b Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Sun, 22 Jan 2017 22:18:37 +0100 Subject: Remove unused macro --- ext/json/ext/fbuffer/fbuffer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/json/ext/fbuffer/fbuffer.h b/ext/json/ext/fbuffer/fbuffer.h index 5a0a27c..dc8f406 100644 --- a/ext/json/ext/fbuffer/fbuffer.h +++ b/ext/json/ext/fbuffer/fbuffer.h @@ -12,9 +12,6 @@ #define RFLOAT_VALUE(val) (RFLOAT(val)->value) #endif -#ifndef RARRAY_PTR -#define RARRAY_PTR(ARRAY) RARRAY(ARRAY)->ptr -#endif #ifndef RARRAY_LEN #define RARRAY_LEN(ARRAY) RARRAY(ARRAY)->len #endif -- cgit v1.2.1