Skip to content

Commit

Permalink
rabbitmq: removed unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 28, 2017
1 parent 4572a7b commit f093944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/rabbitmq/utils.c
Expand Up @@ -102,9 +102,6 @@ int log_on_amqp_error(amqp_rpc_reply_t x, char const *context)
LM_ERR("%s: unknown reply type 0x%08X\n", context, x.reply_type);
return x.reply_type;
}

LM_ERR("%s: unknown reply type, method id 0x%08X - should not reach here!\n", context, x.reply_type);
return x.reply_type;
}

static void dump_row(long count, int numinrow, int *chs)
Expand Down

0 comments on commit f093944

Please sign in to comment.