@@ -164,34 +164,6 @@ rcpp_release_ <- function(n) {
164164 invisible (.Call(`_cpp11test_rcpp_release_` , n ))
165165}
166166
167- notroxcpp1_ <- function (x ) {
168- .Call(`_cpp11test_notroxcpp1_` , x )
169- }
170-
171- roxcpp2_ <- function (x ) {
172- .Call(`_cpp11test_roxcpp2_` , x )
173- }
174-
175- roxcpp3_ <- function (x ) {
176- .Call(`_cpp11test_roxcpp3_` , x )
177- }
178-
179- roxcpp4_ <- function (x ) {
180- .Call(`_cpp11test_roxcpp4_` , x )
181- }
182-
183- roxcpp5_ <- function (x ) {
184- .Call(`_cpp11test_roxcpp5_` , x )
185- }
186-
187- notroxcpp6_ <- function (x ) {
188- .Call(`_cpp11test_notroxcpp6_` , x )
189- }
190-
191- roxcpp7_ <- function (x ) {
192- .Call(`_cpp11test_roxcpp7_` , x )
193- }
194-
195167cpp11_safe_ <- function (x_sxp ) {
196168 .Call(`_cpp11test_cpp11_safe_` , x_sxp )
197169}
@@ -204,26 +176,6 @@ string_push_back_ <- function() {
204176 .Call(`_cpp11test_string_push_back_` )
205177}
206178
207- grow_strings_cpp11_ <- function (n , seed ) {
208- .Call(`_cpp11test_grow_strings_cpp11_` , n , seed )
209- }
210-
211- grow_strings_rcpp_ <- function (n , seed ) {
212- .Call(`_cpp11test_grow_strings_rcpp_` , n , seed )
213- }
214-
215- grow_strings_manual_ <- function (n , seed ) {
216- .Call(`_cpp11test_grow_strings_manual_` , n , seed )
217- }
218-
219- assign_cpp11_ <- function (n , seed ) {
220- .Call(`_cpp11test_assign_cpp11_` , n , seed )
221- }
222-
223- assign_rcpp_ <- function (n , seed ) {
224- .Call(`_cpp11test_assign_rcpp_` , n , seed )
225- }
226-
227179sum_dbl_for_ <- function (x ) {
228180 .Call(`_cpp11test_sum_dbl_for_` , x )
229181}
@@ -292,14 +244,6 @@ rcpp_push_and_truncate_ <- function(size_sxp) {
292244 .Call(`_cpp11test_rcpp_push_and_truncate_` , size_sxp )
293245}
294246
295- nullable_extptr_1 <- function () {
296- .Call(`_cpp11test_nullable_extptr_1` )
297- }
298-
299- nullable_extptr_2 <- function () {
300- .Call(`_cpp11test_nullable_extptr_2` )
301- }
302-
303247test_destruction_inner <- function () {
304248 invisible (.Call(`_cpp11test_test_destruction_inner` ))
305249}
0 commit comments