Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
service: remove unused s_flags field from struct service
  • Loading branch information
perexg committed Mar 11, 2015
1 parent 2930819 commit 1ef7dae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/service.c
Expand Up @@ -1023,9 +1023,6 @@ service_stream_create(service_t *t, int pid,

service_stream_make_nicename(t, st);

if(t->s_flags & S_DEBUG)
tvhlog(LOG_DEBUG, "service", "Add stream %s", st->es_nicename);

if(t->s_status == SERVICE_RUNNING) {
service_build_filter(t);
TAILQ_FOREACH(st2, &t->s_filt_components, es_filt_link)
Expand Down
7 changes: 0 additions & 7 deletions src/service.h
Expand Up @@ -239,13 +239,6 @@ typedef struct service {
*/
int s_refcount;

/**
*
*/
int s_flags;

#define S_DEBUG 0x1

/**
* Source type is used to determine if an output requesting
* MPEG-TS can shortcut all the parsing and remuxing.
Expand Down

0 comments on commit 1ef7dae

Please sign in to comment.