Remove unused variables.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2018-06-13 17:42:50 +00:00
parent caa999479f
commit 6d423eb2cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335070
2 changed files with 1 additions and 3 deletions

View File

@ -186,7 +186,6 @@ recvtftp(struct iodesc *d, void **pkt, void **payload, time_t tleft,
struct tftprecv_extra *extra;
struct tftp_handle *h;
struct tftphdr *t;
unsigned short *rtype;
void *ptr = NULL;
ssize_t len;

View File

@ -506,8 +506,7 @@ ufs_open(upath, f)
ino_t inumber, parent_inumber;
struct file *fp;
struct fs *fs;
int i, rc;
size_t buf_size;
int rc;
int nlinks = 0;
char namebuf[MAXPATHLEN+1];
char *buf = NULL;