From 12eca66b80b2f6d436b1cbc63d247f6ff61d1cec Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 28 Oct 2005 18:08:08 +0000 Subject: [PATCH] Oops, dsxt stuff not committed yet, undone part of last change. --- src/dbStatic/dbStaticLib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dbStatic/dbStaticLib.c b/src/dbStatic/dbStaticLib.c index 94fb62d8e..97d9a30f0 100644 --- a/src/dbStatic/dbStaticLib.c +++ b/src/dbStatic/dbStaticLib.c @@ -3798,7 +3798,6 @@ void epicsShareAPI dbDumpDevice(DBBASE *pdbbase,const char *recordTypeName) printf("\t choice: %s\n",pdevSup->choice); printf("\tlink_type: %d\n",pdevSup->link_type); printf("\t pdset: %p\n",(void *)pdevSup->pdset); - printf("\t pdsxt: %p\n",(void *)pdevSup->pdsxt); } if(recordTypeName) break; }