Skip to content

Commit

Permalink
no more Linux C dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Feb 15, 2019
1 parent 69fe0cb commit 8522e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lloyd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ class GeoTrashCan: public GEO::LoggerClient {
bool geogram_is_initialized = false;
std::mutex geogram_init_mutex;

// Initialize geogram exactly once. I shameless use UNIX-only library calls here so
// this will *NOT* work on Windows
// Initialize geogram exactly once.
void init_geogram_only_once() {
std::lock_guard<std::mutex> guard(geogram_init_mutex);

Expand Down

0 comments on commit 8522e11

Please sign in to comment.