diff options
Diffstat (limited to 'core/src/Model/Workflow/Value.cpp')
-rw-r--r-- | core/src/Model/Workflow/Value.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/src/Model/Workflow/Value.cpp b/core/src/Model/Workflow/Value.cpp deleted file mode 100644 index 7e5aabf..0000000 --- a/core/src/Model/Workflow/Value.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "Value.hpp" - -BaseValue::BaseValue(Kind kind) - : mKind{ kind } { -} - -BaseValue::Kind BaseValue::GetKind() const { - return mKind; -} |