about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-14 14:13:38 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-14 14:13:38 -0800
commitf61187d870c580b6411d025ac1850cc3e5f2eb6a (patch)
tree146226a8118f103cc5557108bd3f83c03dc21096 /ext
parente4f738709482d95e49552f7ddfda800e1b4a6baf (diff)
downloadclogger-f61187d870c580b6411d025ac1850cc3e5f2eb6a.tar.gz
The Clogger::ToPath proxy struct class is gone and
so is our need to access it.
Diffstat (limited to 'ext')
-rw-r--r--ext/clogger_ext/ruby_1_9_compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/clogger_ext/ruby_1_9_compat.h b/ext/clogger_ext/ruby_1_9_compat.h
index ef103e4..30a38d6 100644
--- a/ext/clogger_ext/ruby_1_9_compat.h
+++ b/ext/clogger_ext/ruby_1_9_compat.h
@@ -11,14 +11,6 @@
 #ifndef RARRAY_LEN
 #  define RARRAY_LEN(s) (RARRAY(s)->len)
 #endif
-#ifndef RUBINIUS
-#  ifndef RSTRUCT_PTR
-#    define RSTRUCT_PTR(s) (RSTRUCT(s)->ptr)
-#  endif
-#  ifndef RSTRUCT_LEN
-#    define RSTRUCT_LEN(s) (RSTRUCT(s)->len)
-#  endif
-#endif
 
 #ifndef HAVE_RB_STR_SET_LEN
 /* this is taken from Ruby 1.8.7, 1.8.6 may not have it */