From 92cab838b32854a0f3bf2a64a9f25ed9abf88e2b Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 28 Apr 2014 11:32:19 -0400 Subject: [PATCH] remove unused variable --- daemon/call.c | 4 ---- 1 file changed, 4 deletions(-) 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,