From fbb94327118f9f3203bbe4fbcc87de43f63ad454 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Tue, 20 Apr 2021 09:54:09 +0200 Subject: [PATCH] Removed deadwood ACS_PORT constant --- mediachanger/Constants.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mediachanger/Constants.hpp b/mediachanger/Constants.hpp index 2e5434c7a8..3730631fff 100644 --- a/mediachanger/Constants.hpp +++ b/mediachanger/Constants.hpp @@ -107,12 +107,6 @@ enum MsgType { #define ERMCUNLOAD ERMCRBTERR+9 /* Remote SCSI media changer error (unload + demount) */ #define ERMMAXERR ERMBASEOFF+11 -/** - * The default TCP/IP port on which the CASTOR ACS daemon listens for incoming Zmq - * connections from the tape server. - */ -const unsigned short ACS_PORT = 54521; - /** * The default TCP/IP port on which the CASTOR rmcd daemon listens for incoming * TCP/IP connections from the tape server. -- GitLab