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:
Lars Knoll 2016-06-06 09:42:25 +02:00 committed by Oswald Buddenhagen
parent f969c50bc2
commit 96d935cd05

5
configure vendored
View File

@ -5795,11 +5795,6 @@ fi
CFG_CONCURRENT="yes"
QT_CONFIG="$QT_CONFIG concurrent"
# ### Vestige
if [ "$CFG_WEBKIT" = "debug" ]; then
QMAKE_CONFIG="$QMAKE_CONFIG webkit-debug"
fi
# ### Vestige
if [ "$CFG_QML_DEBUG" = "no" ]; then
QT_CONFIG="$QT_CONFIG no-qml-debug"