Skip to content

Commit

Permalink
Remove unused variables from glist
Browse files Browse the repository at this point in the history
remove glist->server_is_qualified and
glist->server_is_qualified_evaluated which are no longer used by the
current code.
  • Loading branch information
donald committed Aug 13, 2020
1 parent e2696a6 commit 32d4ed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions mxqd.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ struct mxq_group_list {
unsigned long global_threads_running;
unsigned long global_slots_running;

int server_is_qualified_evaluated;
int server_is_qualified;

short orphaned;
};

Expand Down
3 changes: 0 additions & 3 deletions mxqd_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ static void _group_list_init(struct mxq_group_list *glist)
glist->slots_max = slots_max;
glist->memory_max = memory_max;

glist->server_is_qualified_evaluated = 0;
glist->server_is_qualified = 0;

glist->orphaned = 0;
}

Expand Down

0 comments on commit 32d4ed7

Please sign in to comment.