Minor changes

This commit is contained in:
Loic Guegan 2023-07-17 18:58:05 +02:00
parent 7a1e84cbf3
commit 7f55253d26

View file

@ -34,7 +34,6 @@ typedef struct queue {
int size;
char msg[ZMQ_MSG_SIZE];
} queue;
queue queues[MAX_QUEUES];
int main (int argc, char *argv [])