summaryrefslogtreecommitdiff
path: root/lib/gras_impl
diff options
context:
space:
mode:
authorJosh Blum2013-07-05 14:13:37 -0700
committerJosh Blum2013-07-05 14:13:37 -0700
commit086cf85eca88941819909f5877d9558aaa761b72 (patch)
tree750197523499df923b69dc2cdf0f8003e7d8a02a /lib/gras_impl
parentbc8165bcc3a2703d8fd3d17925b6bcb55ddff6ef (diff)
downloadsandhi-086cf85eca88941819909f5877d9558aaa761b72.tar.gz
sandhi-086cf85eca88941819909f5877d9558aaa761b72.tar.bz2
sandhi-086cf85eca88941819909f5877d9558aaa761b72.zip
gras: revert block changes, test w/ callable now
Diffstat (limited to 'lib/gras_impl')
-rw-r--r--lib/gras_impl/block_data.hpp2
1 files changed, 0 insertions, 2 deletions
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<FunctionRegistry> FunctionRegistrySptr;
typedef boost::shared_ptr<PropertyRegistry> PropertyRegistrySptr;
struct PropertyRegistryPair
{
@@ -83,7 +82,6 @@ struct BlockData
//property stuff
std::map<std::string, PropertyRegistryPair> property_registry;
- std::map<std::string, FunctionRegistrySptr> function_registry;
BlockStats stats;
};