From 13ac5485ce77d52b6b8b757a7490535e19e18116 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 11 Feb 2023 14:05:19 -0700
Subject: [PATCH] Remove libc patch

---
 .cargo/config | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.cargo/config b/.cargo/config
index bb5816a4e..424d66065 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -9,7 +9,3 @@ rustflags = []
 [target.x86_64-unknown-redox]
 linker = "x86_64-unknown-redox-gcc"
 rustflags = []
-
-# TODO: remove patch if https://github.com/rust-lang/libc/pull/3024 is released
-[patch.crates-io]
-libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "rust-2022-03-18" }
-- 
GitLab