From 8e3eb9bc8068457b48375934eb84f9f20d021bf2 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Wed, 17 Jul 2019 17:03:21 -0600
Subject: [PATCH] Remove patch for tempfile, no longer needed

---
 .cargo/config    | 1 -
 .gitmodules      | 4 ----
 patches/tempfile | 1 -
 3 files changed, 6 deletions(-)
 delete mode 160000 patches/tempfile

diff --git a/.cargo/config b/.cargo/config
index 9952f0e4d..fcad4b69c 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 acbc2edba..486723ae8 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 0ae305457..000000000
--- a/patches/tempfile
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 0ae305457184fa974ea1c4f7ed4602afdd5fedc6
-- 
GitLab