summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/player/main.c b/player/main.c
index afdb6d1e5a..c1ee73b5cf 100644
--- a/player/main.c
+++ b/player/main.c
@@ -432,10 +432,6 @@ int mp_initialize(struct MPContext *mpctx, char **options)
return -1;
}
- if (opts->dump_stats && opts->dump_stats[0]) {
- if (mp_msg_open_stats_file(mpctx->global, opts->dump_stats) < 0)
- MP_ERR(mpctx, "Failed to open stats file '%s'\n", opts->dump_stats);
- }
MP_STATS(mpctx, "start init");
if (!mpctx->playlist->first && !opts->player_idle_mode)