From c430cd8976a9ec6624638189dbdae7666700daf6 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 24 Oct 1991 13:41:22 +0000 Subject: [PATCH] removed unused code --- src/rec/recStringout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rec/recStringout.c b/src/rec/recStringout.c index 88195c2fb..9a7a96e51 100644 --- a/src/rec/recStringout.c +++ b/src/rec/recStringout.c @@ -29,7 +29,7 @@ * * Modification Log: * ----------------- - * .01 mm-dd-yy iii Comment + * .01 10-24-91 jba Removed unused code */ @@ -132,7 +132,6 @@ static long process(paddr) struct stringoutRecord *pstringout=(struct stringoutRecord *)(paddr->precord); struct stringoutdset *pdset = (struct stringoutdset *)(pstringout->dset); long status=0; - int wait_time; if( (pdset==NULL) || (pdset->write_stringout==NULL) ) { pstringout->pact=TRUE;