Remove unused variables.
Sponsored by: Netflix
This commit is contained in:
parent
fb7923fe37
commit
95b147d0db
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user