Skip to content

Commit 2576695

Browse files
committed
Remove verbose inline comments
1 parent d86732f commit 2576695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/prtree.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,6 @@ template <IndexType T, int B = 6, int D = 2> class PRTree {
651651
// from float64)
652652
std::unordered_map<T, std::array<double, 2 * D>> idx2exact;
653653

654-
// Note: Python GIL provides thread safety at Python level, but this protects
655-
// against issues with pybind11 releasing GIL during C++ operations
656654
mutable std::unique_ptr<std::recursive_mutex> tree_mutex_;
657655

658656
public:

0 commit comments

Comments
 (0)