Remove some dead code
CFG_WEBKIT is never set to anything (removed in 1b716724f, 2012), so simply remove the dead code path. Change-Id: I63ef7cc6a2bf2fbf9ceb63f1a54e28882ec6e01e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
f969c50bc2
commit
96d935cd05
5
configure
vendored
5
configure
vendored
@ -5795,11 +5795,6 @@ fi
|
|||||||
CFG_CONCURRENT="yes"
|
CFG_CONCURRENT="yes"
|
||||||
QT_CONFIG="$QT_CONFIG concurrent"
|
QT_CONFIG="$QT_CONFIG concurrent"
|
||||||
|
|
||||||
# ### Vestige
|
|
||||||
if [ "$CFG_WEBKIT" = "debug" ]; then
|
|
||||||
QMAKE_CONFIG="$QMAKE_CONFIG webkit-debug"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# ### Vestige
|
# ### Vestige
|
||||||
if [ "$CFG_QML_DEBUG" = "no" ]; then
|
if [ "$CFG_QML_DEBUG" = "no" ]; then
|
||||||
QT_CONFIG="$QT_CONFIG no-qml-debug"
|
QT_CONFIG="$QT_CONFIG no-qml-debug"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user