Skip to content

Commit df9091b

Browse files
committed
third_party/quic_ko_wrapper: Remove unused config check
Signed-off-by: Anoop C S <anoopcs@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Anoop C S <anoopcs@samba.org> Autobuild-Date(master): Tue Jul 22 08:55:10 UTC 2025 on atb-devel-224
1 parent 605d4d0 commit df9091b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/quic_ko_wrapper/wscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ def configure(conf):
105105
conf.DEFINE('QUIC_KO_WRAPPER', 1)
106106

107107
def build(bld):
108-
if bld.CONFIG_SET("USING_SYSTEM_QUIC_KO_WRAPPER"):
109-
return
110-
111108
# We need to do it this way or the library wont work.
112109
# We need force_unversioned=True as symbol versioning
113110
# breaks preloading!

0 commit comments

Comments
 (0)