Removed a stale multi-line # TODO note block from the common Meson build file to clean up unneeded comments without changing build logic.

Removed an old commented-out /* FIXME ... */ prototype block from servlist.h, leaving only active declarations.
This commit is contained in:
2026-02-25 02:28:10 -07:00
parent 4beabb6bf5
commit 9df9776238
2 changed files with 0 additions and 9 deletions

View File

@@ -96,11 +96,6 @@ textevents = custom_target('textevents',
command: [make_te, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@']
)
# TODO:
# LOOKUPD
# SIGACTION
# HAVE_GTK_MAC
if libssl_dep.found()
common_sources += 'ssl.c'
common_deps += libssl_dep