Remove unused variable/code.

Signed-off-by: Richard Purdie <[email protected]>
---
 meta/classes/utils.bbclass | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 072ea1f63c7..ab060195601 100644
--- a/meta/classes/utils.bbclass
+++ b/meta/classes/utils.bbclass
@@ -30,7 +30,6 @@ oe_libinstall() {
        silent=""
        require_static=""
        require_shared=""
-       staging_install=""
        while [ "$#" -gt 0 ]; do
                case "$1" in
                -C)
@@ -62,10 +61,6 @@ oe_libinstall() {
        if [ -z "$destpath" ]; then
                bbfatal "oe_libinstall: no destination path specified"
        fi
-       if echo "$destpath/" | egrep '^${STAGING_LIBDIR}/' >/dev/null
-       then
-               staging_install=1
-       fi
 
        __runcmd () {
                if [ -z "$silent" ]; then
-- 
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#155708): 
https://lists.openembedded.org/g/openembedded-core/message/155708
Mute This Topic: https://lists.openembedded.org/mt/85408158/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to