Nix unused variable

This commit is contained in:
Sara Golemon 2005-03-28 23:03:41 +00:00
parent 0138e36352
commit dce388e9c5

View File

@ -863,7 +863,6 @@ int libssh2_packet_write(LIBSSH2_SESSION *session, unsigned char *data, unsigned
unsigned long padding_length;
int free_data = 0;
unsigned char buf[246]; /* 6 byte header plus max padding size(240) */
int i;
if ((session->state & LIBSSH2_STATE_NEWKEYS) &&
strcmp(session->local.comp->name, "none")) {