mirror of https://github.com/milvus-io/milvus.git
remove unused code
Former-commit-id: 7ebbaeb25d5bd40b0d028a035eafe096d8ca20c9pull/191/head
parent
ad6a7348f1
commit
964e1d5cfd
|
@ -204,11 +204,6 @@ XSearchTask::Execute() {
|
|||
output_distance.resize(topk * nq);
|
||||
std::string hdr =
|
||||
"job " + std::to_string(search_job->id()) + " nq " + std::to_string(nq) + " topk " + std::to_string(topk);
|
||||
auto str = R"(s324gagbds
|
||||
bbvcb\fds
|
||||
b
|
||||
fdb\f
|
||||
e))";
|
||||
|
||||
try {
|
||||
// step 2: search
|
||||
|
|
Loading…
Reference in New Issue