summaryrefslogtreecommitdiff
path: root/wasserstein/include/auction_oracle_kdtree_restricted.h
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-06-01 17:48:28 -0700
committerArnur Nigmetov <nigmetov@tugraz.at>2020-06-01 17:48:28 -0700
commitb40c98e1a73e52dda6ed918e3c732fa5b428ee65 (patch)
tree1bf594273399be33843519d49f4eab9feb90b62a /wasserstein/include/auction_oracle_kdtree_restricted.h
parent2c5e6c606ee37cd68bbe9f9915dba99f7677dd87 (diff)
Remove spdlog from Wasserstein code.
Bundled spdlog and fmt are not good for GUDHI integration, and are not really used. Most of debug code simply deleted.
Diffstat (limited to 'wasserstein/include/auction_oracle_kdtree_restricted.h')
-rw-r--r--wasserstein/include/auction_oracle_kdtree_restricted.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wasserstein/include/auction_oracle_kdtree_restricted.h b/wasserstein/include/auction_oracle_kdtree_restricted.h
index 1999147..b17089b 100644
--- a/wasserstein/include/auction_oracle_kdtree_restricted.h
+++ b/wasserstein/include/auction_oracle_kdtree_restricted.h
@@ -37,7 +37,6 @@ derivative works thereof, in binary and source code form.
#include <set>
-#include "spdlog/spdlog.h"
#include "basic_defs_ws.h"
#include "diagonal_heap.h"
#include "auction_oracle_base.h"
@@ -104,8 +103,6 @@ struct AuctionOracleKDTreeRestricted : AuctionOracleBase<Real_, PointContainer_>
void remove_top_diag_index(const size_t item_idx);
bool is_in_top_diag_indices(const size_t item_idx) const;
- std::shared_ptr<spdlog::logger> console_logger;
-
std::pair<Real, Real> get_minmax_price() const;
};