From 654eef9b82e05af2737ac2b72252b0e852386cf3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 28 Aug 2020 20:27:41 +0200 Subject: ring: remove this The code is OK, and it could be restored if it's needed again. But it is unused now, so remove it. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 2df4d785df..e8428fa9dc 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -319,7 +319,6 @@ def build(ctx): ( "misc/natural_sort.c" ), ( "misc/node.c" ), ( "misc/rendezvous.c" ), - ( "misc/ring.c" ), ( "misc/thread_pool.c" ), ( "misc/thread_tools.c" ), -- cgit v1.2.3