diff options
author | Josh Blum | 2013-02-23 01:52:30 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-23 01:52:30 -0800 |
commit | 49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4 (patch) | |
tree | bcefd30e090c3663a57a88cef2326b7c59a758e3 /lib/element_impl.hpp | |
parent | b59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f (diff) | |
download | sandhi-49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4.tar.gz sandhi-49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4.tar.bz2 sandhi-49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4.zip |
gras: use new set/get item size api
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 5c2d998..9e3c9b3 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -26,8 +26,6 @@ struct ElementImpl //common element properties std::string name; long unique_id; - IOSignature input_signature; - IOSignature output_signature; //top block stuff SharedThreadGroup thread_group; |