Skip to content

Commit 49c1671

Browse files
committed
testsuite: remove unused variables in afpclient
1 parent dd5befe commit 49c1671

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/testsuite/afpclient.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,6 @@ unsigned int AFPWrite_ext_async(CONN *conn, uint16_t fork, off_t offset,
17191719
{
17201720
int ofs;
17211721
DSI *dsi = &conn->dsi;
1722-
off_t last;
1723-
unsigned char *ptr;
17241722
memset(dsi->commands, 0, DSI_CMDSIZ);
17251723
memset(&dsi->header, 0, sizeof(dsi->header));
17261724
dsi->header.dsi_flags = DSIFL_REQUEST;
@@ -2104,7 +2102,6 @@ unsigned int AFPRead_ext_async(CONN *conn, uint16_t fork, off_t offset,
21042102
off_t size, char *data)
21052103
{
21062104
int ofs;
2107-
int rsize;
21082105
DSI *dsi;
21092106
dsi = &conn->dsi;
21102107
SendInit(dsi);

0 commit comments

Comments
 (0)