diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 13:33:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 13:33:49 (GMT) |
commit | a5f1fb01b9ef867cf94158cdb42ffb1d46bae916 (patch) | |
tree | 6960c9dfa61cf5b841729296b9fb7eed7c4531fa /src/H5Gstab.c | |
parent | dd39b54c953854837cc316d80618f65fdb70a04a (diff) | |
download | hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.zip hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.gz hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.bz2 |
Remove some "Programmer" comments (#3209)
These are meaningless noise.
Removes the "Programmer" lines on comment start lines:
/* Programmer: John Smith
These complicate my sed script that will rip out the rest of
the comments.
Diffstat (limited to 'src/H5Gstab.c')
-rw-r--r-- | src/H5Gstab.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Gstab.c b/src/H5Gstab.c index 9627340..00320e2 100644 --- a/src/H5Gstab.c +++ b/src/H5Gstab.c @@ -10,11 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Friday, September 19, 1997 - * - */ - /****************/ /* Module Setup */ /****************/ |