Skip to content

Commit

Permalink
rtpengine: Remove unused struct fields
Browse files Browse the repository at this point in the history
These two fields were copied directly from rtpproxy module but never
used by this module.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
  • Loading branch information
lemenkov committed Feb 9, 2020
1 parent b6ef996 commit fd8262c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/rtpengine/rtpengine.h
Expand Up @@ -37,8 +37,6 @@ struct rtpe_node {
int rn_disabled; /* found unaccessible? */
unsigned rn_weight; /* for load balancing */
unsigned int rn_recheck_ticks;
int rn_rep_supported;
int rn_ptl_supported;
struct rtpe_node *rn_next;
};

Expand Down

0 comments on commit fd8262c

Please sign in to comment.