diff --git a/src/fuse_create.cpp b/src/fuse_create.cpp index a80826b6..f9aa5ffc 100644 --- a/src/fuse_create.cpp +++ b/src/fuse_create.cpp @@ -231,15 +231,6 @@ namespace l } } -constexpr -const -uint64_t -_(const PassthroughEnum e_, - const uint64_t m_) -{ - return ((((uint64_t)e_) << 32) | (m_ & O_ACCMODE)); -} - namespace FUSE { int