summaryrefslogtreecommitdiffstats
path: root/bin/README.md
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-14 14:59:49 (GMT)
committerGitHub <noreply@github.com>2023-06-14 14:59:49 (GMT)
commitce794d6a8894667048ffa8c75cdc806962810206 (patch)
treead0eae15a9ce03fb926e820ec00dd05706c65ac9 /bin/README.md
parent340c37629cab7c1c7a2364c18658e2aa605f0078 (diff)
downloadhdf5-ce794d6a8894667048ffa8c75cdc806962810206.zip
hdf5-ce794d6a8894667048ffa8c75cdc806962810206.tar.gz
hdf5-ce794d6a8894667048ffa8c75cdc806962810206.tar.bz2
Remove the checkposix script (#3122)
This script was used to ensure that all non-HDF5 calls were prefixed with 'HD'. We are removing this scheme so this script is no longer needed.
Diffstat (limited to 'bin/README.md')
-rw-r--r--bin/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/README.md b/bin/README.md
index 856f348..e2e2570 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -6,7 +6,6 @@ Programs run via `autogen.sh` (or the equivalent in CMake) are indicated.
|-------|-------|
|`buildhdf5`|Convenience script to build HDF5 using the Autotools|
|`checkapi`|Checks if public API calls are used in internal functions|
-|`checkposix`|Checks if C/POSIX calls are prefixed with `HD`|
|`chkcopyright`|Checks if files have appropriate copyright statements|
|`cmakehdf5`|Convenience script to build HDF5 using CMake|
|`debug-ohdr`|Examines debug output from `H5O_open/close` to look for open objects|