Removed unused variables.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@710 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-02 22:48:11 +00:00
parent 42d1b74492
commit bc529497cb
6 changed files with 6 additions and 13 deletions

View File

@@ -45,7 +45,6 @@ copy_encrypted (int fd1, int fd2, des_cblock *iv,
for (;;) {
fd_set fdset;
int ret;
char buf[BUFSIZ];
FD_ZERO(&fdset);
FD_SET(fd1, &fdset);