From f3d63da77b236f3d484e605727c6412843db23c3 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 15 Nov 2019 13:16:35 -0600 Subject: [PATCH] Remove two long-unused environment parameters --- configure/CONFIG_ENV | 10 ++-------- modules/libcom/src/env/envDefs.h | 2 -- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/configure/CONFIG_ENV b/configure/CONFIG_ENV index 59e72d883..6d0d52a79 100644 --- a/configure/CONFIG_ENV +++ b/configure/CONFIG_ENV @@ -3,9 +3,8 @@ # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. +# EPICS BASE is distributed subject to a Software License Agreement found +# in file LICENSE that is included with this distribution. #************************************************************************* # Author: Andrew Johnson # Date: 20 April 1995 @@ -54,8 +53,3 @@ EPICS_IOC_IGNORE_SERVERS="" # EPICS_IOC_LOG_PORT Log server port number etc. EPICS_IOC_LOG_PORT=7004 -# Other services: - -EPICS_CMD_PROTO_PORT= -EPICS_AR_PORT=7002 - diff --git a/modules/libcom/src/env/envDefs.h b/modules/libcom/src/env/envDefs.h index 001d932e2..2490702a6 100644 --- a/modules/libcom/src/env/envDefs.h +++ b/modules/libcom/src/env/envDefs.h @@ -71,8 +71,6 @@ epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_INET; epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_LIMIT; epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_NAME; epicsShareExtern const ENV_PARAM EPICS_IOC_LOG_FILE_COMMAND; -epicsShareExtern const ENV_PARAM EPICS_CMD_PROTO_PORT; -epicsShareExtern const ENV_PARAM EPICS_AR_PORT; epicsShareExtern const ENV_PARAM IOCSH_PS1; epicsShareExtern const ENV_PARAM IOCSH_HISTSIZE; epicsShareExtern const ENV_PARAM IOCSH_HISTEDIT_DISABLE;