Skip to content
Snippets Groups Projects
Commit c3c3adcd authored by jgatt's avatar jgatt
Browse files

remove unused variable

parent 8f1b505d
No related branches found
No related tags found
1 merge request!12Merge Request multibehavior
Pipeline #5464 passed
......@@ -12,7 +12,6 @@ struct BehaviorStat {
shared_ptr <Job> job;
std::string behavior_name;
long time_delayed;
double submission_time;
BehaviorStat(shared_ptr <Job> job,
std::string behavior_name, long time_delayed);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment