From bba59511113f19737da16c8fbd40b8cbb9293fe7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 10:20:34 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index f70b99f3..44940bf5 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -36,23 +36,6 @@ #include #include -struct PT -{ - PT() - { - } - - PT(PT &&pt_) - { - x = pt_.x; - } - - int x; - mutable std::mutex mutex; -}; - -typedef boost::unordered::concurrent_flat_map PTMap;; -static PTMap pt; namespace l {