diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 13:03:19 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-06-29 13:03:19 +0200 |
commit | 45c88eecb4a6cf286b2bd8fc977ccf932525933a (patch) | |
tree | 3ed021afb8123ec851f8f0b6c76e5fa2ef0c2c47 | |
parent | 38977dd2bdacdfa5ca36377d3197029993929d7f (diff) | |
download | postgresql-45c88eecb4a6cf286b2bd8fc977ccf932525933a.tar.gz postgresql-45c88eecb4a6cf286b2bd8fc977ccf932525933a.zip |
meson: Remove old comment
That portion of code is not run in the Windows case already given the
structure of the surrounding if statement.
Author: Tristan Partin <tristan@neon.tech>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 5a5aac0e28f..469cb4585cf 100644 --- a/meson.build +++ b/meson.build @@ -722,8 +722,6 @@ choke me endif endif - # XXX: this shouldn't be tested in the windows case, but should be tested in - # the dependency() success case if ldap.found() and cc.has_function('ldap_initialize', dependencies: ldap, args: test_c_args) cdata.set('HAVE_LDAP_INITIALIZE', 1) |