menuArrType is not used anywhere, delete.
This commit is contained in:
@@ -36,7 +36,6 @@ INC += db_convert.h
|
||||
|
||||
DBDINC += menuAlarmSevr
|
||||
DBDINC += menuAlarmStat
|
||||
DBDINC += menuArrType
|
||||
DBDINC += menuCompress
|
||||
DBDINC += menuFtype
|
||||
DBDINC += menuIvoa
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
#*************************************************************************
|
||||
include "menuAlarmSevr.dbd"
|
||||
include "menuAlarmStat.dbd"
|
||||
include "menuArrType.dbd"
|
||||
include "menuCompress.dbd"
|
||||
include "menuFtype.dbd"
|
||||
include "menuIvoa.dbd"
|
||||
|
||||
Reference in New Issue
Block a user