Skip to content

Commit

Permalink
[cleanup] Remove useless variable interceptors_ definition (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie authored Apr 13, 2023
1 parent f4587d7 commit a57bb07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ProducerImplBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a57bb07

Please sign in to comment.