remove unused variable

pull/6/head
Richard Fuchs 12 years ago
parent 09b9303eac
commit 92cab838b3

@ -172,10 +172,6 @@ static const struct streamhandler __sh_savp2savp = {
.in = &__shio_decrypt,
.out = &__shio_encrypt,
};
static const struct streamhandler __sh_savpf2savpf = {
.in = &__shio_decrypt,
.out = &__shio_encrypt,
};
static const struct streamhandler __sh_savpf2savp = {
.in = &__shio_decrypt_avpf_strip,
.out = &__shio_encrypt,

Loading…
Cancel
Save