Commit 728e50a9 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

quick fix for #144

parent d800a4e3
...@@ -174,7 +174,6 @@ public: ...@@ -174,7 +174,6 @@ public:
} }
std::vector<double> Predict(const std::vector<std::pair<int, double>>& features) { std::vector<double> Predict(const std::vector<std::pair<int, double>>& features) {
std::lock_guard<std::mutex> lock(mutex_);
return predictor_->GetPredictFunction()(features); return predictor_->GetPredictFunction()(features);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment