Skip to content

Commit 0336676

Browse files
committed
Release Cleanup 2
1. Remove ununsed variable in a function for the Windows build.
1 parent e4ffaa9 commit 0336676

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wolfsftp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,6 @@ static int wolfSSH_SFTPNAME_readdir(WOLFSSH* ssh, WDIR* dir, WS_SFTPNAME* out,
27622762
{
27632763
char* buf;
27642764
int bufSz;
2765-
int tmpSz;
27662765

27672766
bufSz = out->fSz + (int)WSTRLEN(dirName) + 2; /* /+nul */
27682767
buf = (char*)WMALLOC(bufSz, out->heap, DYNTYPE_SFTP);

0 commit comments

Comments
 (0)