Remove an unused variable.

This commit is contained in:
Hidetoshi Shimokawa 2004-08-29 13:45:55 +00:00
parent b8e543f9f1
commit ce7bda463c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134485

View File

@ -294,7 +294,7 @@ crom_desc(struct crom_context *cc, char *buf, int len)
{
struct csrreg *reg;
struct csrdirectory *dir;
char *desc, st;
char *desc;
uint16_t crc;
reg = crom_get(cc);