Skip to content

Commit bff3f24

Browse files
committed
Remove unused declaration
1 parent cb8c52a commit bff3f24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cpp11test/src/sum.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#include <numeric>
22
#include "cpp11/doubles.hpp"
33

4-
[[cpp11::linking_to(foo)]]
5-
6-
[[cpp11::register]] double
7-
sum_dbl_for_(cpp11::doubles x) {
4+
[[cpp11::register]] double sum_dbl_for_(cpp11::doubles x) {
85
double sum = 0.;
96
R_xlen_t n = x.size();
107
for (R_xlen_t i = 0; i < n; ++i) {

0 commit comments

Comments
 (0)