From 59f9e0ca70426ee420b81ca924092ebbac2054fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 10 Mar 2025 17:11:11 +0100 Subject: [PATCH] input/meson.build: do not compile ProxyInputStream.cxx twice --- src/input/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/meson.build b/src/input/meson.build index a0b84876a..bee8859c5 100644 --- a/src/input/meson.build +++ b/src/input/meson.build @@ -35,7 +35,6 @@ input_glue = static_library( 'ScanTags.cxx', 'Reader.cxx', 'TextInputStream.cxx', - 'ProxyInputStream.cxx', 'RewindInputStream.cxx', 'BufferingInputStream.cxx', 'BufferedInputStream.cxx',