From 4c98463b0110e24d74452cecc245e7aacbe8e9aa Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 12 Mar 2012 11:24:47 -0500 Subject: [PATCH] rec/ai: Delete ancient, unused, commented-out function prototype. --- src/std/rec/aiRecord.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/std/rec/aiRecord.c b/src/std/rec/aiRecord.c index 7f2ce4bde..94f665af7 100644 --- a/src/std/rec/aiRecord.c +++ b/src/std/rec/aiRecord.c @@ -97,11 +97,6 @@ typedef struct aidset { /* analog input dset */ }aidset; -/*Following from timing system */ -/* -extern unsigned int gts_trigger_counter; -*/ - static void checkAlarms(aiRecord *prec, epicsTimeStamp *lastTime); static void convert(aiRecord *prec); static void monitor(aiRecord *prec);