From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH v5 02/14] test: Remove unused variable FFMPEG_PID_FILE Date: Tue, 13 Sep 2022 14:35:17 +1000 Message-ID: <20220913043529.3079003-3-david@gibson.dropbear.id.au> In-Reply-To: <20220913043529.3079003-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0040353809291194668==" --===============0040353809291194668== 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 --===============0040353809291194668==--