From 96d935cd0529a0b0b4b8a90b4e7fa6fabb7e10de Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 6 Jun 2016 09:42:25 +0200 Subject: [PATCH] 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 --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index 0b203950eb6..f9e354521a9 100755 --- a/configure +++ b/configure @@ -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"