Skip to content
Snippets Groups Projects
Verified Commit 1edc9af7 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unused field

parent dfca3c59
Branches
Tags
No related merge requests found
...@@ -159,7 +159,6 @@ public: ...@@ -159,7 +159,6 @@ public:
using group_t = vector<Group>; using group_t = vector<Group>;
private: private:
group_t shock_groups; group_t shock_groups;
vector<string> group_names;
string name; string name;
public: public:
ShockGroupsStatement(group_t shock_groups_arg, string name_arg); ShockGroupsStatement(group_t shock_groups_arg, string name_arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment