Drop buffer.h helper for fuzz directory

The "fuzz" directory is no longer included in the code coverage report
and the associated buffer.h helper is no longer needed.
This commit is contained in:
Michal Nowak 2022-11-21 17:20:37 +01:00
parent 3b5e9666c6
commit 8b9c04342d
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -1452,7 +1452,6 @@ gcov:
- cp -f lib/isc/include/isc/*.h lib/dns/
- cp -f lib/isc/include/isc/*.h lib/ns/
- find bin lib -maxdepth 1 -mindepth 1 -type d -exec cp -f lib/isc/include/isc/buffer.h "{}" \;
- cp -f lib/isc/include/isc/buffer.h fuzz/
- cp -f lib/isc/include/isc/buffer.h lib/isc/netmgr/buffer.h
- cp -f lib/isc/include/isc/hash.h lib/dns/hash.h
# Generate XML file in the Cobertura XML format suitable for use by GitLab