Skip to content
Snippets Groups Projects
Commit 20ca240e authored by Oksana Shadura's avatar Oksana Shadura Committed by Axel Naumann
Browse files

Remove warnings diccovered by -Wunused-private-field

parent ee12776c
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,6 @@ namespace PBQP {
using SelectionsMap = std::map<GraphBase::NodeId, unsigned>;
SelectionsMap selections;
unsigned r0Reductions = 0;
unsigned r1Reductions = 0;
unsigned r2Reductions = 0;
unsigned rNReductions = 0;
public:
/// \brief Initialise an empty solution.
Solution() = default;
......
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