From 99409fa8c3f0383fee2d4f0a7f74da51251a185a Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 14 Apr 2008 09:20:01 +1000 Subject: [PATCH] remove unused variable r2420 | dcl | 2008-04-14 09:20:01 +1000 (Mon, 14 Apr 2008) | 2 lines --- site_ansto/anstoutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site_ansto/anstoutil.c b/site_ansto/anstoutil.c index 3f93cbab..980b7df1 100644 --- a/site_ansto/anstoutil.c +++ b/site_ansto/anstoutil.c @@ -49,9 +49,8 @@ int getPortNum(SConnection *pCon, char *portName) { } int portNumCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]) { - OutCode eOut = eWarning; int pn; - int iMacro; + //int iMacro; char portNum[MAXNUMCHAR]; assert(pCon != NULL);