Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-freddysart committed Jan 18, 2024
1 parent 8441345 commit 363a9e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rdkafka.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,14 +475,6 @@ PHP_METHOD(RdKafka, oauthbearerSetToken)
} ZEND_HASH_FOREACH_END();
}

/* rd_kafka_oauthbearer_set_token(rd_kafka_t *rk,
const char *token_value,
int64_t md_lifetime_ms,
const char *md_principal_name,
const char **extensions,
size_t extension_size,
char *errstr,
size_t errstr_size */
ret = rd_kafka_oauthbearer_set_token(
intern->rk,
token_value,
Expand Down

0 comments on commit 363a9e9

Please sign in to comment.