From 50f5af394bb16ec1f8f5a2a12523f457d27fcab1 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Mon, 18 Apr 2022 22:55:15 +0200 Subject: [PATCH] remove obsolete declaration --- common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.h b/common.h index ee53dd1..9732692 100644 --- a/common.h +++ b/common.h @@ -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 {