summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-21 15:34:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-21 15:34:25 +0100
commitc2347c3f37d534a0c5d3e7bb08f065aa385d65c8 (patch)
tree47a9768079b6e91d70a1744153ca232bd4d1ce57 /scripts/wrapper
parent027ae05693512431f5b4e9a9cf6d6585e7281c35 (diff)
downloadptxdist-c2347c3f37d534a0c5d3e7bb08f065aa385d65c8.tar.gz
ptxdist-c2347c3f37d534a0c5d3e7bb08f065aa385d65c8.tar.xz
wrapper: drop redundant assignment
The same assignment exists later in cxx_add_host_icecc(). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/wrapper')
-rwxr-xr-xscripts/wrapper/host-g++-wrapper1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/wrapper/host-g++-wrapper b/scripts/wrapper/host-g++-wrapper
index 6cb28eec9..ca8d561c7 100755
--- a/scripts/wrapper/host-g++-wrapper
+++ b/scripts/wrapper/host-g++-wrapper
@@ -2,7 +2,6 @@
. "$(dirname "$(readlink -f "$0")")/libwrapper.sh" || exit
-export ICECC_VERSION="${ICECC_VERSION_HOST}"
HOST=true
cc_check_args "${@}"