Verified Commit ce9e7bd4 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

Bug fix of renamed unlink

parent 6722e4fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -349,7 +349,6 @@ gkfs_remove(const std::string& path) {
                errno = err;
                return -1;
            }
            return 0;
        }
    }
#endif