summaryrefslogtreecommitdiff
path: root/eclass/kogaion-kernel.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kogaion-kernel.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