meson: Remove obsolete function test

The test for pstat was removed from configure by 9db300ce6e but not
from meson.build.  Do that now.
This commit is contained in:
Peter Eisentraut 2024-04-11 12:44:54 +02:00
parent 56c6703bd0
commit 87840b9741
1 changed files with 0 additions and 1 deletions

View File

@ -2537,7 +2537,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}],