Oops, dsxt stuff not committed yet, undone part of last change.

This commit is contained in:
Andrew Johnson
2005-10-28 18:08:08 +00:00
parent fe1a5f35ae
commit 12eca66b80

View File

@@ -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;
}