From becf630c402915c68c0e9247421534625fc969a7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Oct 2016 23:00:35 +0100 Subject: drop redundant checks --- eclass/kogaion-kernel.eclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'eclass') diff --git a/eclass/kogaion-kernel.eclass b/eclass/kogaion-kernel.eclass index 2fc28a34..a679f4ff 100644 --- a/eclass/kogaion-kernel.eclass +++ b/eclass/kogaion-kernel.eclass @@ -221,8 +221,6 @@ _get_real_kv_full() { echo "${ORIGINAL_KV_FULL}" elif [[ "${OKV/.*}" -ge "3" ]]; then echo "${ORIGINAL_KV_FULL}" - elif [[ "${OKV/.*}" = "4" ]]; then - echo "${ORIGINAL_KV_FULL}" else echo "${ORIGINAL_KV_FULL}" fi @@ -687,8 +685,6 @@ _get_release_level() { echo "${KV_FULL}" elif [[ "${OKV/.*}" -ge "3" ]] && [[ "${KV_PATCH}" = "0" ]]; then echo "${KV_FULL}" - elif [[ "${OKV/.*}" = "4" ]] && [[ "${KV_PATCH}" = "0" ]]; then - echo "${KV_FULL}" else echo "${KV_FULL}" fi -- cgit v1.2.3