Skip to content

Commit 78f45f8

Browse files
ben-schwenaitap
andauthored
Update src/data.table.h
remove growable_altrep define Co-authored-by: aitap <[email protected]>
1 parent 4a166ff commit 78f45f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/data.table.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
#if R_VERSION < R_Version(4, 5, 0)
1717
# define isDataFrame(x) isFrame(x) // #6180
1818
#endif
19-
#if R_VERSION >= R_Version(4, 3, 0)
20-
# define USE_GROWABLE_ALTREP
21-
#endif
2219
#include <Rinternals.h>
2320
#include <Rgrowable.h>
2421
#define SEXPPTR_RO(x) ((const SEXP *)DATAPTR_RO(x)) // to avoid overhead of looped STRING_ELT and VECTOR_ELT

0 commit comments

Comments
 (0)