From 4084bf137d94ad9649be8a62560581c0f237a68d Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 24 Apr 2021 18:19:32 +0200 Subject: [PATCH] cleanup legacy consumer --- php_simple_kafka_client_int.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h index f89ec5f..39e26d6 100644 --- a/php_simple_kafka_client_int.h +++ b/php_simple_kafka_client_int.h @@ -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;