Skip to content
Snippets Groups Projects

rm sone unused code

Merged Wuttke, Joachim requested to merge covclean into main
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -49,7 +49,7 @@ public:
//! Returns all children.
virtual std::vector<const INode*> nodeChildren() const;
//! Returns all descendants.
//! Returns all descendants. // TODO sep22: rm if it remains UNUSED
std::vector<const INode*> nodeOffspring() const;
static void requestGt0(std::vector<std::string>& errs, const double& val,
Loading