Skip to content

Commit

Permalink
Removing join() (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Feb 13, 2021
1 parent f1d9f67 commit 77a600b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/translator/batch_translator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ void BatchTranslator::translate(RequestSentences &requestSentences) {
}
}

// void BatchTranslator::join() { thread_.join(); }

void translation_loop(DeviceId const &device, PCQueue<PCItem> &pcqueue,
std::vector<Ptr<Vocab const>> &vocabs,
Ptr<Options> options) {
Expand Down

0 comments on commit 77a600b

Please sign in to comment.