Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6a053664 authored by snuverink_j's avatar snuverink_j
Browse files

remove members that are unused and duplicated in derived CommentAnnotatedInputFileParser

parent 20d453dd
No related branches found
No related tags found
No related merge requests found
......@@ -51,23 +51,10 @@ public:
Expressions::Named_t &constraints,
DVarContainer_t &dvars) = 0;
/// Getter for objectives
OptInfo_t getObjectives() { return objectives_; }
/// Getter for constraints
OptInfo_t getConstraints() { return constraints_; }
/// Getter for design variables
OptInfo_t getDesignVars() { return designVars_; }
protected:
/// filename of the input file
std::string filename_;
functionDictionary_t known_expr_funcs_;
/// container for objectives
OptInfo_t objectives_;
/// container for constraints
OptInfo_t constraints_;
/// container for design variables
OptInfo_t designVars_;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment