summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-22 23:00:35 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-22 23:00:35 +0100
commitbecf630c402915c68c0e9247421534625fc969a7 (patch)
tree5374478d5ba8287d8d692c884fb21788c03bb4fd /eclass
parentee4a4514bde46e1c68a93326a6010d0d7437f6d3 (diff)
drop redundant checks
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kogaion-kernel.eclass4
1 files changed, 0 insertions, 4 deletions
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