Skip to content

Commit

Permalink
manual revert faulty merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 5, 2024
1 parent c5d5241 commit 07b46f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rbindlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ SEXP rbindlist(SEXP l, SEXP usenamesArg, SEXP fillArg, SEXP idcolArg, SEXP ignor
}

SEXP coercedForFactor = NULL;
int nprotect = 0;
for(int j=0; j<ncol; ++j) {
int maxType=LGLSXP; // initialize with LGLSXP for test 2002.3 which has col x NULL in both lists to be filled with NA for #1871
bool factor=false, orderedFactor=false; // ordered factor is class c("ordered","factor"). isFactor() is true when isOrdered() is true.
Expand Down

0 comments on commit 07b46f5

Please sign in to comment.