dev-ml/tiny_httpd: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-12-07 23:29:51 +01:00
parent 48a0fef111
commit e061e2bcc8
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,11 +0,0 @@
--- a/src/dune 2023-01-30 20:28:23.578884847 +0100
+++ b/src/dune 2023-01-30 20:28:33.523713488 +0100
@@ -2,7 +2,7 @@
(library
(name tiny_httpd)
(public_name tiny_httpd)
- (libraries threads seq)
+ (libraries threads)
(flags :standard -safe-string -warn-error -a+8)
(wrapped false))