[Rcpp-commits] r1551 - pkg/Rcpp/inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 16 14:00:32 CEST 2010
Author: romain
Date: 2010-06-16 14:00:32 +0200 (Wed, 16 Jun 2010)
New Revision: 1551
Modified:
pkg/Rcpp/inst/include/Rcpp/Environment.h
Log:
remove legacy comment
Modified: pkg/Rcpp/inst/include/Rcpp/Environment.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Environment.h 2010-06-16 09:05:13 UTC (rev 1550)
+++ pkg/Rcpp/inst/include/Rcpp/Environment.h 2010-06-16 12:00:32 UTC (rev 1551)
@@ -288,9 +288,6 @@
*/
void lock(bool bindings) ;
- /* maybe we should have a separate class, e.g. Binding to deal
- with the 4 below functions ? */
-
/**
* Locks the given binding in the environment.
* see ?bindingIsLocked
More information about the Rcpp-commits
mailing list