summaryrefslogtreecommitdiffhomepage
path: root/flowgraph/data.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-09 14:35:34 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-09 14:35:34 +0100
commitfc1461874a6bcecc919f650d1bfb6bf37161c413 (patch)
tree0295888945de1716d17cd180d8dd3ff00315e2bd /flowgraph/data.h
parent414953eba1b1cc3570da1e59dc2392ce1b1ae5ef (diff)
Fix warnings, consolidate flowgraph/node.h
Diffstat (limited to 'flowgraph/data.h')
-rw-r--r--flowgraph/data.h2
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
}