Remove unused cm_sha2 infrastructure

All clients of `cm_sha2` have been ported to `cmCryptoHash`, which now
uses librhash internally.
This commit is contained in:
Brad King
2016-11-03 13:28:03 -04:00
parent 5420278dc8
commit 3216e94cef
7 changed files with 1 additions and 1803 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ $git_ls -z -- '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' |
egrep -z -v '^Source/cmListFileLexer(\.in\.l|\.c)' |
# Exclude third-party sources.
egrep -z -v '^Source/(cm_sha2|bindexplib)' |
egrep -z -v '^Source/bindexplib' |
egrep -z -v '^Source/(kwsys|CursesDialog/form)/' |
egrep -z -v '^Utilities/(KW|cm).*/' |