Fix prev bad merge

This commit is contained in:
emanuel 2022-02-16 14:32:55 +00:00
parent 648c4ab06c
commit e21ad9ee0f
1 changed files with 0 additions and 7 deletions

View File

@ -16,13 +16,6 @@ typedef struct {
typedef struct coordination {
bool active;
struct {
bool intersecting;
uint64_t t_negotiation;
} neighbours;
pthread_mutex_t lock;
mc_neighbour_s neighbours[MC_MAX_NEIGHBOURS];