diff options
Diffstat (limited to 'flowgraph/data.h')
-rw-r--r-- | flowgraph/data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flowgraph/data.h b/flowgraph/data.h index abf046d..d1c2588 100644 --- a/flowgraph/data.h +++ b/flowgraph/data.h @@ -39,6 +39,7 @@ namespace FlowGraph { namespace GlobalData { +#if 0 // variable of simple or struct type class Element { @@ -50,5 +51,6 @@ namespace GlobalData { class Segment: public std::vector<Element> { }; +#endif } |