remove unused variable (trunk only)

This commit is contained in:
cohrs
2009-03-22 15:56:55 +00:00
parent 7dd956c948
commit d70a61f85d

View File

@@ -1034,7 +1034,7 @@ savemon(fd, mtmp)
int fd;
struct monst *mtmp;
{
int buflen, zerobuf = 0;
int buflen;
buflen = sizeof(struct monst);
bwrite(fd, (genericptr_t) &buflen, sizeof(int));