From 18e6a1f5d348c430f3ed87c577dd0bf45b4a519d Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 16 May 2020 19:09:31 +0100 Subject: [PATCH] Removing redundant line of code. --- test/functions.source | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functions.source b/test/functions.source index afc694f8..9f98de39 100644 --- a/test/functions.source +++ b/test/functions.source @@ -440,7 +440,6 @@ startHttpServer() { # PLATFORM = the scripting host (eg mingw) # host = the build host (eg windows for msvc) - host=$PLATFORM if [ $PLATFORM == 'cygwin' -o $PLATFORM == 'mingw' ]; then host=$(runTest exiv2 -vVg platform | tail -1 | cut -d= -f 2) # windows fi