@eschmidbauer commented on this pull request.
@@ -73,39 +79,36 @@ static void onMsg(
natsConnection *nc, natsSubscription *sub, natsMsg *msg, void *closure)
{
nats_on_message_ptr on_message = (nats_on_message_ptr)closure;
- char *s = (char *)natsMsg_GetSubject(msg);
+ // char *s = (char *)natsMsg_GetSubject(msg);
can we remove this comment?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3154#pullrequestreview-1013431238
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3154/review/1013431238(a)github.com>