diff --git a/R-package/src/R_object_helper.h b/R-package/src/R_object_helper.h index e14a2ac6697b..ce8a326a82f4 100644 --- a/R-package/src/R_object_helper.h +++ b/R-package/src/R_object_helper.h @@ -108,8 +108,6 @@ typedef union { VECTOR_SER s; double align; } SEXPREC_ALIGN; #define R_AS_INT(x) (*(reinterpret_cast DATAPTR(x))) -#define R_AS_INT64(x) (*(reinterpret_cast DATAPTR(x))) - #define R_IS_NULL(x) ((*reinterpret_cast(x)).sxpinfo.type == 0) // 64bit pointer