Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 45c88ee

Browse files
committed
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
1 parent 38977dd commit 45c88ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,6 @@ choke me
722722
endif
723723
endif
724724

725-
# XXX: this shouldn't be tested in the windows case, but should be tested in
726-
# the dependency() success case
727725
if ldap.found() and cc.has_function('ldap_initialize',
728726
dependencies: ldap, args: test_c_args)
729727
cdata.set('HAVE_LDAP_INITIALIZE', 1)

0 commit comments

Comments
 (0)