diff --git a/src/db/Makefile b/src/db/Makefile index d6520a641..3a06337bc 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -36,7 +36,6 @@ INC += db_convert.h DBDINC += menuAlarmSevr DBDINC += menuAlarmStat -DBDINC += menuArrType DBDINC += menuCompress DBDINC += menuFtype DBDINC += menuIvoa diff --git a/src/db/menuArrType.dbd b/src/db/menuArrType.dbd deleted file mode 100644 index e278ed00f..000000000 --- a/src/db/menuArrType.dbd +++ /dev/null @@ -1,15 +0,0 @@ -#************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne -# 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. -#************************************************************************* -menu(menuArrType) { - choice(menuArrType8_bit_integers,"8 bit integers") - choice(menuArrType16_bit_integers,"16 bit integers") - choice(menuArrType32_bit_integers,"32 bit integers") - choice(menuArrTypeIEEE_floating_point,"IEEE floating point") -} diff --git a/src/db/menuGlobal.dbd b/src/db/menuGlobal.dbd index 194332579..829045ca5 100644 --- a/src/db/menuGlobal.dbd +++ b/src/db/menuGlobal.dbd @@ -9,7 +9,6 @@ #************************************************************************* include "menuAlarmSevr.dbd" include "menuAlarmStat.dbd" -include "menuArrType.dbd" include "menuCompress.dbd" include "menuFtype.dbd" include "menuIvoa.dbd"