From a9b18300b477088696643db7cdbf3002d22dc9e2 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 13 Sep 2022 14:35:17 +1000 Subject: test: Remove unused variable FFMPEG_PID_FILE 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= -- cgit v1.2.3