From 000a7c045c98c30aac86db93f8c9c978e5ca8c59 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 14:25:31 -0500 Subject: update standards and safety checks --- src/stdio/popen.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/stdio/popen.c') diff --git a/src/stdio/popen.c b/src/stdio/popen.c index 550c8fda..67b70f4d 100644 --- a/src/stdio/popen.c +++ b/src/stdio/popen.c @@ -1,5 +1,3 @@ -#if 0 - #include #include #include @@ -7,7 +5,6 @@ #include #include