From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH v4 02/12] test: Remove unused variable FFMPEG_PID_FILE Date: Fri, 09 Sep 2022 13:30:18 +1000 Message-ID: <20220909033028.570161-3-david@gibson.dropbear.id.au> In-Reply-To: <20220909033028.570161-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8277760016132718014==" --===============8277760016132718014== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit FFPMPEG_PID_FILE is set (creating a temporary file), then never used. Signed-off-by: David Gibson --- test/lib/video | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lib/video b/test/lib/video index 22e73bb..f609abf 100755 --- a/test/lib/video +++ b/test/lib/video @@ -13,7 +13,6 @@ # Copyright (c) 2021-2022 Red Hat GmbH # Author: Stefano Brivio -FFMPEG_PID_FILE="$(mktemp)" VIDEO_START_SECONDS= VIDEO_NAME= -- 2.37.3 --===============8277760016132718014==--