diff options
author | Brad King <brad.king@kitware.com> | 2016-11-03 17:28:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-10 13:29:38 (GMT) |
commit | 3216e94cef3cd4afa558d9adef29921a9330935d (patch) | |
tree | d4e0f73b424e95cba98ffd781ff3426faf408e00 /Utilities | |
parent | 5420278dc884c0382f271872b67c33978f3fe6b8 (diff) | |
download | CMake-3216e94cef3cd4afa558d9adef29921a9330935d.zip CMake-3216e94cef3cd4afa558d9adef29921a9330935d.tar.gz CMake-3216e94cef3cd4afa558d9adef29921a9330935d.tar.bz2 |
Remove unused cm_sha2 infrastructure
All clients of `cm_sha2` have been ported to `cmCryptoHash`, which now
uses librhash internally.
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/clang-format.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/clang-format.bash b/Utilities/Scripts/clang-format.bash index ad3b3a1..8e07c99 100755 --- a/Utilities/Scripts/clang-format.bash +++ b/Utilities/Scripts/clang-format.bash @@ -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).*/' | |