1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Cleanup: Removed useless stats_event()

This commit is contained in:
Philipp Schafft 2018-04-21 09:16:57 +00:00
parent 5d603a01d8
commit 578366e541

View File

@ -95,9 +95,6 @@ int format_get_plugin(format_type_t type, source_t *source)
default:
break;
}
if (ret < 0)
stats_event (source->mount, "content-type",
source->format->contenttype);
return ret;
}