1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Cleanup: connection.c:776: warning: unused variable expectcontinue

This commit is contained in:
Philipp Schafft 2015-02-10 21:20:58 +00:00
parent 36d10121cf
commit a1e5d2ab8a

View File

@ -773,7 +773,6 @@ int connection_complete_source(source_t *source, int response)
config = config_get_config();
if (global.sources < config->source_limit) {
const char *contenttype;
const char *expectcontinue;
mount_proxy *mountinfo;
format_type_t format_type;