Loading src/posix_file/posix_file/file.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ #include "fs_plugin/fs_plugin.hpp" #include "cargo.hpp" #include <iostream> #include "../logger/logger.hpp" extern "C" { #include <unistd.h> }; Loading Loading @@ -321,7 +320,6 @@ open(const std::filesystem::path& filepath, int flags, ::mode_t mode, int fd = fs_plugin->open(filepath.c_str(), flags, mode); if(fd == -1) { LOGGER_INFO("[PLUGIN] Open error {}", filepath.c_str()); throw io_error("posix_file::open ", errno); } Loading Loading
src/posix_file/posix_file/file.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ #include "fs_plugin/fs_plugin.hpp" #include "cargo.hpp" #include <iostream> #include "../logger/logger.hpp" extern "C" { #include <unistd.h> }; Loading Loading @@ -321,7 +320,6 @@ open(const std::filesystem::path& filepath, int flags, ::mode_t mode, int fd = fs_plugin->open(filepath.c_str(), flags, mode); if(fd == -1) { LOGGER_INFO("[PLUGIN] Open error {}", filepath.c_str()); throw io_error("posix_file::open ", errno); } Loading