summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-02-23 01:52:30 -0800
committerJosh Blum2013-02-23 01:52:30 -0800
commit49a1e13eb24fa9613585cf8c2b8bbe2bbfa994f4 (patch)
treebcefd30e090c3663a57a88cef2326b7c59a758e3 /lib/element_impl.hpp
parentb59f49f3ab58d377b9fb8a7a7d9ed5b459208d5f (diff)
downloadsandhi-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.hpp2
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;