From 8d043dfe6e9b9df9c735aee13701b50fa3aa441d Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 10 Feb 2004 21:09:02 +0000 Subject: [PATCH] gret rid of dead code --- src/iocsh/asTestRegister.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iocsh/asTestRegister.c b/src/iocsh/asTestRegister.c index 13fa36719..e8e3d682d 100644 --- a/src/iocsh/asTestRegister.c +++ b/src/iocsh/asTestRegister.c @@ -113,7 +113,6 @@ static void ascarCallFunc(const iocshArgBuf *args) ascar(args[0].ival); } -static int * const pasCaDebug = &asCaDebug; static struct iocshVarDef vardefs[] = { {"asCaDebug", iocshArgInt,(void *)&asCaDebug}, {0,iocshArgInt,0}