[Rprotobuf-commits] r782 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 14 07:20:49 CET 2014
Author: murray
Date: 2014-01-14 07:20:49 +0100 (Tue, 14 Jan 2014)
New Revision: 782
Modified:
pkg/src/wrapper_ArrayInputStream.cpp
Log:
Oops, inadvertant debugging change submitted. Revert.
Modified: pkg/src/wrapper_ArrayInputStream.cpp
===================================================================
--- pkg/src/wrapper_ArrayInputStream.cpp 2014-01-14 06:19:25 UTC (rev 781)
+++ pkg/src/wrapper_ArrayInputStream.cpp 2014-01-14 06:20:49 UTC (rev 782)
@@ -2,12 +2,11 @@
#include "rprotobuf.h"
#include "RcppMacros.h"
-#include <stdio.h>
+
namespace rprotobuf {
RPB_FUNCTION_2(S4_ArrayInputStream, ArrayInputStream__new, Rcpp::RawVector payload,
int block_size) {
- printf("In ArrayInputStream__new, returning S4_ArrayInputStream(payload, blocksize)\n");
return S4_ArrayInputStream(payload, block_size);
}
}
More information about the Rprotobuf-commits
mailing list