Move some small functions into header files

This commit is contained in:
Matias Fontanini
2017-06-10 19:15:53 -07:00
parent bb5fb490ce
commit 52822fdb61
4 changed files with 43 additions and 76 deletions

View File

@@ -44,12 +44,4 @@ void ConsumerDispatcher::handle_error(Error error) {
throw ConsumerException(error);
}
void ConsumerDispatcher::handle_eof(EndOfFile, const TopicPartition& /*topic_partition*/) {
}
void ConsumerDispatcher::handle_timeout(Timeout) {
}
} // cppkafka