summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2017-01-22 22:18:37 +0100
committerFlorian Frank <flori@ping.de>2017-01-22 22:18:37 +0100
commitc9fc0f047b11497bb30c75880a9f5af7698d350b (patch)
treea68da86e005a516adac403e709ec735ddb712350
parentbc9664348b7a58f2ac0c4aef0181eccad58c66da (diff)
downloadjson-c9fc0f047b11497bb30c75880a9f5af7698d350b.tar.gz
Remove unused macro
-rw-r--r--ext/json/ext/fbuffer/fbuffer.h3
1 files changed, 0 insertions, 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