Skip to content

Commit

Permalink
cleanup legacy consumer (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zh authored Apr 24, 2021
1 parent bff341a commit b1fb81a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions php_simple_kafka_client_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ typedef struct _kafka_object {
rd_kafka_type_t type;
rd_kafka_t *rk;
kafka_conf_callbacks cbs;
HashTable consuming;
HashTable topics;
HashTable queues;
zend_object std;
} kafka_object;

Expand Down

0 comments on commit b1fb81a

Please sign in to comment.