From b52605705b2e411ea307e84f26e5a1cfd36ce6cc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 30 Oct 1996 21:31:07 +0000 Subject: [PATCH] siol cannot be a constant link. --- src/rec/waveformRecord.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rec/waveformRecord.c b/src/rec/waveformRecord.c index 40fb01bf6..ebcae5ed7 100644 --- a/src/rec/waveformRecord.c +++ b/src/rec/waveformRecord.c @@ -167,11 +167,6 @@ static long init_record(pwf,pass) recGblInitConstantLink(&pwf->siml,DBF_USHORT,&pwf->simm); } - /* wf.siol must be a CONSTANT or a PV_LINK or a DB_LINK */ - if (pwf->siol.type == CONSTANT) { - recGblInitConstantLink(&pwf->siol,DBF_DOUBLE,&pwf->sval); - } - /* must have dset defined */ if(!(pdset = (struct wfdset *)(pwf->dset))) { recGblRecordError(S_dev_noDSET,(void *)pwf,"wf: init_record");