[Rcpp-commits] r3389 - pkg/int64/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Nov 18 23:16:52 CET 2011
Author: romain
Date: 2011-11-18 23:16:52 +0100 (Fri, 18 Nov 2011)
New Revision: 3389
Modified:
pkg/int64/src/int64.cpp
Log:
remove comment
Modified: pkg/int64/src/int64.cpp
===================================================================
--- pkg/int64/src/int64.cpp 2011-11-18 20:47:07 UTC (rev 3388)
+++ pkg/int64/src/int64.cpp 2011-11-18 22:16:52 UTC (rev 3389)
@@ -27,9 +27,6 @@
namespace internal{
-
- /* tool to make an int vector with two ints */
-
SEXP int64_format_binary__standard(SEXP x){
int n = Rf_length(x) ;
SEXP res = PROTECT( Rf_allocVector( STRSXP, n ) ) ;
More information about the Rcpp-commits
mailing list