diff --git a/meson.build b/meson.build index 275ffb491f8..9f355bf5695 100644 --- a/meson.build +++ b/meson.build @@ -1054,7 +1054,6 @@ if default_user_path != '' conf.set_quoted('DEFAULT_USER_PATH', default_user_path) endif - ##################################################################### threads = dependency('threads') @@ -4747,7 +4746,6 @@ foreach tuple : fuzz_sanitizers endif endforeach - ############################################################ if git.found() diff --git a/src/libsystemd/meson.build b/src/libsystemd/meson.build index ee24240cd13..8da73a131e8 100644 --- a/src/libsystemd/meson.build +++ b/src/libsystemd/meson.build @@ -111,7 +111,6 @@ libsystemd_sources = files( 'sd-resolve/sd-resolve.c', ) + sd_journal_sources + id128_sources + sd_daemon_sources + sd_event_sources + sd_login_sources - libsystemd_c_args = ['-fvisibility=default'] libsystemd_static = static_library( diff --git a/test/fuzz/meson.build b/test/fuzz/meson.build index 61a62a75a3c..5e8481354cd 100644 --- a/test/fuzz/meson.build +++ b/test/fuzz/meson.build @@ -28,7 +28,6 @@ foreach section : ['Automount', 'Mount', 'Path', 'Scope', 'Service', 'Slice', 'S capture: true) endforeach - ############################################################ sanitize_address_undefined = custom_target(