diff options
author | Josh Blum | 2013-03-17 16:20:54 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-17 16:20:54 -0700 |
commit | 420f118ed61c52ae00b765b57be83bae910e0a60 (patch) | |
tree | 45400dd06bf6cb8a00dfe0135111fc6016ed4db9 /lib/gras_impl/block_actor.hpp | |
parent | c70c996658138d0f38a1670f073cc327ff5ab920 (diff) | |
download | sandhi-420f118ed61c52ae00b765b57be83bae910e0a60.tar.gz sandhi-420f118ed61c52ae00b765b57be83bae910e0a60.tar.bz2 sandhi-420f118ed61c52ae00b765b57be83bae910e0a60.zip |
gras: make dispatcher into static helper
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 8efc388..89b8230 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -197,7 +197,6 @@ struct BlockActor : Apology::Worker std::vector<std::vector<OutputHintMessage> > output_allocation_hints; //property stuff - PMCC prop_access_dispatcher(const std::string &key, const PMCC &value, const bool set); std::map<std::string, PropertyRegistrySptr> prop_registry; BlockStats stats; |