Skip to content

Commit 849a45c

Browse files
committed
Merge pull request #71 from kevinushey/patch-1
Remove extraneous }
2 parents a5bd636 + 40de715 commit 849a45c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ SEXP stack_trace( const char* file, int line ){
269269
Rcpp::Named( "stack" ) = "C++ stack not available on this system" ) ;
270270
trace.attr("class") = "Rcpp_stack_trace" ;
271271
return trace ;
272-
}
273272
#else // ! (defined(WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__) || defined(__sun)
274273

275274
/* inspired from http://tombarta.wordpress.com/2008/08/01/c-stack-traces-with-gcc/ */

0 commit comments

Comments
 (0)