Revert "Fix link error for test_radixtree module on Windows"

This reverts commit 9552e3ace3.

I (john) forgot to revert this locally when a more principled
fix was found, which has the same message title.
This commit is contained in:
John Naylor 2024-03-08 11:08:01 +07:00
parent ab6ae62603
commit 6d9751fa8f
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ endif
test_radixtree = shared_module('test_radixtree',
test_radixtree_sources,
link_with: host_system == 'windows' ? pgport_shlib : [],
kwargs: pg_test_mod_args,
)
test_install_libs += test_radixtree