From 8182596a52b95edb78542bf854aa7b8ff93cc245 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 5 Sep 2017 16:10:36 +0200 Subject: ssh: fix dialyzer error --- lib/ssh/src/ssh_options.erl | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/ssh/src/ssh_options.erl b/lib/ssh/src/ssh_options.erl index d8931da774..6939094401 100644 --- a/lib/ssh/src/ssh_options.erl +++ b/lib/ssh/src/ssh_options.erl @@ -938,9 +938,6 @@ check_preferred_algorithms(Algs) when is_list(Algs) -> check_input_ok(Algs), {true, normalize_mod_algs(Algs, true)}; -check_preferred_algorithms(Algs) when is_list(Algs) -> - check_preferred_algorithms({false,Algs}); - check_preferred_algorithms(_) -> error_in_check(modify_algorithms, "Bad option value. List expected."). -- cgit v1.2.3