This is an automated email from the ASF dual-hosted git repository.
xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new a57bb07 [cleanup] Remove useless variable `interceptors_` definition
(#250)
a57bb07 is described below
commit a57bb072ce6140757917353cc1d5a0007ddc353d
Author: Zike Yang <[email protected]>
AuthorDate: Thu Apr 13 21:52:06 2023 +0800
[cleanup] Remove useless variable `interceptors_` definition (#250)
---
lib/ProducerImplBase.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/ProducerImplBase.h b/lib/ProducerImplBase.h
index 95488d8..27cfced 100644
--- a/lib/ProducerImplBase.h
+++ b/lib/ProducerImplBase.h
@@ -49,9 +49,6 @@ class ProducerImplBase {
virtual void flushAsync(FlushCallback callback) = 0;
virtual bool isConnected() const = 0;
virtual uint64_t getNumberOfConnectedProducer() = 0;
-
- protected:
- ProducerInterceptorsPtr interceptors_;
};
} // namespace pulsar
#endif // PULSAR_PRODUCER_IMPL_BASE_HEADER