meson: Remove obsolete function test
authorPeter Eisentraut
Thu, 11 Apr 2024 10:44:54 +0000 (12:44 +0200)
committerPeter Eisentraut
Thu, 11 Apr 2024 10:46:29 +0000 (12:46 +0200)
The test for pstat was removed from configure by 9db300ce6e3 but not
from meson.build.  Do that now.

meson.build

index 077edc8644a86e299ae35dbc9280762dad5cf6ba..4e6890a5909a84d220c581a088d5aeac79945e46 100644 (file)
@@ -2432,7 +2432,6 @@ func_checks = [
   ['posix_fadvise'],
   ['posix_fallocate'],
   ['ppoll'],
-  ['pstat'],
   ['pthread_barrier_wait', {'dependencies': [thread_dep]}],
   ['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
   ['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],