summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/run-iexploder-tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/run-iexploder-tests')
-rwxr-xr-xTools/Scripts/run-iexploder-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/Scripts/run-iexploder-tests b/Tools/Scripts/run-iexploder-tests
index 97e3630..cb696a2 100755
--- a/Tools/Scripts/run-iexploder-tests
+++ b/Tools/Scripts/run-iexploder-tests
@@ -114,7 +114,6 @@ sub configureAndOpenHTTPDIfNeeded()
{
return if $isHttpdOpen;
mkdir $iExploderTestDirectory;
- my $httpdPath = getHTTPDPath();
my $webkitDirectory = getcwd();
my $testDirectory = $webkitDirectory . "/LayoutTests";
my $iExploderDirectory = $webkitDirectory . "/Tools/iExploder/iExploder-1.3.2";