Skip to content

Commit

Permalink
Merge pull request #2162 from lemenkov/rtpproxy_rtpengine_remove_unused
Browse files Browse the repository at this point in the history
rtpengine/rtpproxy: Remove unused defines (leftovers)
  • Loading branch information
bogdan-iancu committed Jul 6, 2020
2 parents 1c41943 + 463e815 commit 34433c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions modules/rtpengine/rtpengine.c
Expand Up @@ -102,8 +102,6 @@
#define MI_RTP_ENGINE_NOT_FOUND_LEN (sizeof(MI_RTP_ENGINE_NOT_FOUND)-1)
#define MI_SET "Set"
#define MI_SET_LEN (sizeof(MI_SET)-1)
#define MI_NODE "node"
#define MI_NODE_LEN (sizeof(MI_NODE)-1)
#define MI_INDEX "index"
#define MI_INDEX_LEN (sizeof(MI_INDEX)-1)
#define MI_DISABLED "disabled"
Expand Down
2 changes: 0 additions & 2 deletions modules/rtpproxy/rtpproxy.c
Expand Up @@ -209,8 +209,6 @@
#define MI_PING_DISABLED_LEN (sizeof(MI_PING_DISABLED)-1)
#define MI_SET "Set"
#define MI_SET_LEN (sizeof(MI_SET)-1)
#define MI_NODE "node"
#define MI_NODE_LEN (sizeof(MI_NODE)-1)
#define MI_INDEX "index"
#define MI_INDEX_LEN (sizeof(MI_INDEX)-1)
#define MI_DISABLED "disabled"
Expand Down

0 comments on commit 34433c1

Please sign in to comment.