diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 16:14:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 16:14:32 (GMT) |
commit | aea00d0e58a51c9e79bf9fbc37ab179aacfc8731 (patch) | |
tree | dabe388d3923ab26c00b3a3604e1167a6b2b6bf0 /bin/README.md | |
parent | 31cbc8965f5dca7eefb923f928071a7618896ff6 (diff) | |
download | hdf5-aea00d0e58a51c9e79bf9fbc37ab179aacfc8731.zip hdf5-aea00d0e58a51c9e79bf9fbc37ab179aacfc8731.tar.gz hdf5-aea00d0e58a51c9e79bf9fbc37ab179aacfc8731.tar.bz2 |
Remove unused files (#3276)
Diffstat (limited to 'bin/README.md')
-rw-r--r-- | bin/README.md | 1 |
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| |