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 {