remove obsolete declaration

This commit is contained in:
yrutschle 2022-04-18 22:55:15 +02:00
parent 8ac93c3e9d
commit 50f5af394b

View File

@ -83,9 +83,6 @@ enum connection_state {
ST_SHOVELING /* Connexion is established */
};
/* this is used to pass protocols through the command-line parameter parsing */
#define PROT_SHIFT 1000 /* protocol options will be 1000, 1001, etc */
/* A 'queue' is composed of a file descriptor (which can be read from or
* written to), and a queue for deferred write data */
struct queue {