Skip to content

Commit 834a03c

Browse files
Merge pull request #484 from ejohnstown/release-cleanup2
Release Cleanup 2
2 parents e4ffaa9 + 0336676 commit 834a03c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)