diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index 796b7e17..c9f113a1 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -24,9 +24,6 @@ enum class FileAddressType: int8_t { Inode, }; -template -constexpr Error model(T *h, CommonPtrWith auto *fa) noexcept; - class FileAddress { template