Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 29, 2025
1 parent ee3f2ab commit c72a3bb
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/data-service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,24 +257,10 @@ uint32_t data_service::count_structures(float min_identity, const std::string &c

// --------------------------------------------------------------------

using json = zeep::json::element;

void process(blocking_queue<json> &q, cif::progress_bar &p,
std::ostream &os_structures, std::ostream &os_pdb_hits, std::ostream &os_transplants)
{

for (;;)
{
auto data = q.pop();
if (data.empty())
break;
}
}

// --------------------------------------------------------------------

int data_service::rebuild()
{
using json = zeep::json::element;

auto &config = mcfp::config::instance();

std::string db_dir = config.get("db-dir");
Expand Down

0 comments on commit c72a3bb

Please sign in to comment.