Skip to content

Commit acbae75

Browse files
committed
Remove all references to Partition class
1 parent 895a983 commit acbae75

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/kafka_producer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ using std::endl;
1414
using cppkafka::Producer;
1515
using cppkafka::Configuration;
1616
using cppkafka::Topic;
17-
using cppkafka::Partition;
1817
using cppkafka::MessageBuilder;
1918

2019
namespace po = boost::program_options;

include/cppkafka/producer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ namespace cppkafka {
4242

4343
class Topic;
4444
class Buffer;
45-
class Partition;
4645
class TopicConfiguration;
4746

4847
/**

0 commit comments

Comments
 (0)