diff --git a/ext/v8/v8_func.cpp b/ext/v8/v8_func.cpp index 49f515e..16e1e98 100644 --- a/ext/v8/v8_func.cpp +++ b/ext/v8/v8_func.cpp @@ -4,8 +4,6 @@ using namespace v8; -VALUE rr_cV8_C_Function; - namespace { VALUE FunctionClass; diff --git a/ext/v8/v8_func.h b/ext/v8/v8_func.h index 7c477f8..e8e5097 100644 --- a/ext/v8/v8_func.h +++ b/ext/v8/v8_func.h @@ -5,8 +5,6 @@ #include "v8.h" #include "v8_ref.h" -extern VALUE rr_cV8_C_Function; - void rr_init_func(); VALUE rr_reflect_v8_function(v8::Handle value);