summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-08-28 20:27:41 +0200
committerwm4 <wm4@nowhere>2020-08-29 13:12:32 +0200
commit654eef9b82e05af2737ac2b72252b0e852386cf3 (patch)
tree98bd148acf8411fb910c0e814b78cf0c456e84a7 /wscript_build.py
parent40c2e71d33a1b8d5ec9469691b01188589ec0fe7 (diff)
downloadmpv-654eef9b82e05af2737ac2b72252b0e852386cf3.tar.bz2
mpv-654eef9b82e05af2737ac2b72252b0e852386cf3.tar.xz
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.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),