Removed wrong SILC_LOG_ERROR and assert check from silc_idcache_add.
[silc.git] / scripts / cleanprof
1 # Clean -fprofile-arcs files
2 #!/bin/sh
3
4 find . -name \*\.gc?? -type f -print | xargs rm -f