diff --git a/.cargo/config b/.cargo/config index 9952f0e4..fcad4b69 100644 --- a/.cargo/config +++ b/.cargo/config @@ -9,7 +9,6 @@ paths = [ "patches/platform-info", "patches/ring", "patches/tar-rs", - "patches/tempfile", "patches/termsize", "patches/time", ] diff --git a/.gitmodules b/.gitmodules index acbc2edb..486723ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,10 +29,6 @@ path = patches/termsize url = https://gitlab.redox-os.org/redox-os/termsize.git branch = redox-unix -[submodule "patches/tempfile"] - path = patches/tempfile - url = https://gitlab.redox-os.org/redox-os/tempfile.git - branch = redox-unix [submodule "patches/platform-info"] path = patches/platform-info url = https://gitlab.redox-os.org/redox-os/platform-info.git diff --git a/patches/tempfile b/patches/tempfile deleted file mode 160000 index 0ae30545..00000000 --- a/patches/tempfile +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0ae305457184fa974ea1c4f7ed4602afdd5fedc6