From fc1461874a6bcecc919f650d1bfb6bf37161c413 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Nov 2020 14:35:34 +0100 Subject: Fix warnings, consolidate flowgraph/node.h --- flowgraph/data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flowgraph/data.h') 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 { }; +#endif } -- cgit v1.2.3