remove unused field

issue#70
Houtan Bastani 2019-04-12 14:16:15 +02:00
parent dfca3c5933
commit 1edc9af764
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ public:
using group_t = vector<Group>;
private:
group_t shock_groups;
vector<string> group_names;
string name;
public:
ShockGroupsStatement(group_t shock_groups_arg, string name_arg);