[Rcpp-commits] r2646 - pkg/Rcpp/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 2 09:49:47 CET 2010


Author: romain
Date: 2010-12-02 09:49:47 +0100 (Thu, 02 Dec 2010)
New Revision: 2646

Modified:
   pkg/Rcpp/inst/include/deprecation.h
Log:
adding deprecation hooks (4)

Modified: pkg/Rcpp/inst/include/deprecation.h
===================================================================
--- pkg/Rcpp/inst/include/deprecation.h	2010-12-02 08:47:11 UTC (rev 2645)
+++ pkg/Rcpp/inst/include/deprecation.h	2010-12-02 08:49:47 UTC (rev 2646)
@@ -24,6 +24,5 @@
 
 // uncomment this to not include the deprecated api
 // #define RCPP_NO_CLASSIC_API
-#define RCPP_DUMMY(NAME) void Rcpp_dummy_##NAME(){}
 
 #endif



More information about the Rcpp-commits mailing list