Skip to content

Commit ebe97ab

Browse files
committed
nocov markers for Rcpp_init.cpp
1 parent 64639b9 commit ebe97ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Rcpp_init.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Rcpp_init.cpp : Rcpp R/C++ interface class library -- Initialize and register
44
//
5-
// Copyright (C) 2010 - 2015 John Chambers, Dirk Eddelbuettel and Romain Francois
5+
// Copyright (C) 2010 - 2016 John Chambers, Dirk Eddelbuettel and Romain Francois
66
//
77
// This file is part of Rcpp.
88
//
@@ -121,9 +121,9 @@ void registerFunctions(){
121121
}
122122

123123

124-
extern "C" void R_unload_Rcpp(DllInfo *info) {
124+
extern "C" void R_unload_Rcpp(DllInfo *info) { // #nocov start
125125
// Release resources
126-
}
126+
} // #nocov end
127127

128128
extern "C" void R_init_Rcpp(DllInfo* info) {
129129
setCurrentScope(0);

0 commit comments

Comments
 (0)