diff --git a/daemon/call.c b/daemon/call.c index ad058abff..e2f0080b8 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -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,