diff mbox series

[FFmpeg-devel,4/4] fftools/cmdutils: Remove unused cpu_count

Message ID AM7PR03MB6660D6A89AA7506376B6F49D8FF49@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 7f660035feabe932f9adb8adeb8991b5a47e5009
Headers show
Series [FFmpeg-devel,1/4] avfilter/asrc_flite: Don't define an object by accident | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Aug. 7, 2021, 1:47 a.m. UTC
Added in cf12a478b206cd107343827426a05aedb83816bc, but not used.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 fftools/cmdutils.c | 1 -
 fftools/cmdutils.h | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 912e881174..64237a4796 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -73,7 +73,6 @@  AVDictionary *format_opts, *codec_opts, *resample_opts;
 static FILE *report_file;
 static int report_file_level = AV_LOG_DEBUG;
 int hide_banner = 0;
-int cpu_count = -1;
 
 enum show_muxdemuxers {
     SHOW_DEFAULT,
diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
index d1d1257b8b..0330ee3509 100644
--- a/fftools/cmdutils.h
+++ b/fftools/cmdutils.h
@@ -50,7 +50,6 @@  extern AVDictionary *sws_dict;
 extern AVDictionary *swr_opts;
 extern AVDictionary *format_opts, *codec_opts, *resample_opts;
 extern int hide_banner;
-extern int cpu_count;
 
 /**
  * Register a program-specific cleanup routine.