From 79ec136d1b2156c62a4f577f1e6561647e8d1a1c Mon Sep 17 00:00:00 2001 From: Nick Christofides <118103879+NicChr@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:16:42 +0200 Subject: [PATCH] Removed macro. --- src/cheapr_cpp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cheapr_cpp.h b/src/cheapr_cpp.h index d911be4..8e0b20f 100644 --- a/src/cheapr_cpp.h +++ b/src/cheapr_cpp.h @@ -4,10 +4,6 @@ #include #include -#ifndef R_NO_REMAP -#define R_NO_REMAP -#endif - #define VECTOR_PTR(x) ((SEXP *) DATAPTR(x)) #define VECTOR_PTR_RO(x) ((const SEXP*) DATAPTR_RO(x))