Skip to content

Commit c16fd97

Browse files
aitapben-schwen
andcommitted
Drop redundant variable definitions
Co-Authored-By: Benjamin Schwendinger <[email protected]>
1 parent 61fdc06 commit c16fd97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/growable.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ void register_altrep_classes(DllInfo * info) {
204204
R_set_altlist_Set_elt_method(dta_grow_list, altlist_Set_elt);
205205
}
206206

207-
static R_altrep_class_t dta_grow_string, dta_grow_integer, dta_grow_logical, dta_grow_real, dta_grow_complex, dta_grow_raw, dta_grow_list;
208-
209207
static R_altrep_class_t type2class(SEXPTYPE type) {
210208
switch(type) {
211209
case STRSXP:

0 commit comments

Comments
 (0)