Browse Source

remove unused variable

pull/6/head
Richard Fuchs 12 years ago
parent
commit
92cab838b3
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      daemon/call.c

+ 0
- 4
daemon/call.c View File

@ -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