From: Timo Tijhof Date: Tue, 17 Apr 2018 21:33:41 +0000 (+0100) Subject: WebStart: Remove redundant unset() for $IP X-Git-Tag: 1.31.0-rc.0~43 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=25d84b8da85e963a3126d0e996c1ce1aa14581b2;hp=25d84b8da85e963a3126d0e996c1ce1aa14581b2;p=lhc%2Fweb%2Fwiklou.git WebStart: Remove redundant unset() for $IP This seems redundant given it is unconditionally being set two statements later. Probably a left-over from r36353 (c6b902f180), which did an unset() because there was another variable called $preIP, and the original would no longer be needed. However, we currently only use one variable ($IP) and there's no need to unset() it before setting. Bug: T189966 Change-Id: I17d516709beabeb80bd72b37f70ac9b666a501d4 (cherry picked from commit 3aa0b0567ff64ecb74df7534c8812c78c323df7c) ---