From 8797482b59243355bcd105a5be9dc5a7ed3d96f8 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 13 May 2013 20:59:22 +1000 Subject: [eclass] Remove backwards-compatibility logic that is no longer required. --- eclass/kde4-meta.eclass | 5 ----- 1 file changed, 5 deletions(-) (limited to 'eclass') diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index e9f66362bbd..ac927e7a3b9 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -575,11 +575,6 @@ kde4-meta_change_cmakelists() { kde4-meta_src_configure() { debug-print-function ${FUNCNAME} "$@" - # backwards-compatibility: make mycmakeargs an array, if it isn't already - if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then - mycmakeargs=(${mycmakeargs}) - fi - # Set some cmake default values here (usually workarounds for automagic deps) case ${KMNAME} in kdewebdev) -- cgit v1.2.3