BatchTranslator doesn't do thread_, residue from merge removed

This commit is contained in:
Jerin Philip 2021-02-17 16:41:04 +00:00
parent 70b57ee3e7
commit d72343567c

View File

@ -45,10 +45,6 @@ private:
Ptr<ExpressionGraph> graph_;
std::vector<Ptr<Scorer>> scorers_;
Ptr<data::ShortlistGenerator const> slgen_;
#ifdef WITH_PTHREADS
std::thread thread_;
#endif
};
} // namespace bergamot