From 086cf85eca88941819909f5877d9558aaa761b72 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 5 Jul 2013 14:13:37 -0700 Subject: gras: revert block changes, test w/ callable now --- lib/gras_impl/block_data.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/gras_impl') diff --git a/lib/gras_impl/block_data.hpp b/lib/gras_impl/block_data.hpp index 664ee5a..cbc657e 100644 --- a/lib/gras_impl/block_data.hpp +++ b/lib/gras_impl/block_data.hpp @@ -18,7 +18,6 @@ namespace gras { -typedef boost::shared_ptr FunctionRegistrySptr; typedef boost::shared_ptr PropertyRegistrySptr; struct PropertyRegistryPair { @@ -83,7 +82,6 @@ struct BlockData //property stuff std::map property_registry; - std::map function_registry; BlockStats stats; }; -- cgit