Skip to content

Commit

Permalink
pv: removed commented code for retcode var - exported from core
Browse files Browse the repository at this point in the history
(cherry picked from commit f658a7a)
(cherry picked from commit b80ed7c)
  • Loading branch information
miconda committed Jul 16, 2020
1 parent 24a5582 commit 94baf10
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/pv/pv.c
Expand Up @@ -326,12 +326,6 @@ static pv_export_t mod_pvs[] = {
{{"rb", (sizeof("rb")-1)}, /* */
PVT_MSG_BODY, pv_get_msg_body, 0,
0, 0, 0, 0},
/* {{"rc", (sizeof("rc")-1)},
PVT_OTHER, pv_get_return_code, 0,
0, 0, 0, 0},
{{"retcode", (sizeof("retcode")-1)},
PVT_OTHER, pv_get_return_code, 0,
0, 0, 0, 0}, */
{{"rd", (sizeof("rd")-1)}, /* */
PVT_RURI_DOMAIN, pv_get_ruri_attr, pv_set_ruri_host,
0, 0, pv_init_iname, 2},
Expand Down

0 comments on commit 94baf10

Please sign in to comment.