diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-12-10 15:00:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-12 19:04:14 (GMT) |
commit | 85bfdddaf75905a2c075d2a94d85f4bcfa1feea9 (patch) | |
tree | 18c2d5aa672e1fe34339d3d5f61fbd19d1af01cf /Source/cmExportLibraryDependenciesCommand.cxx | |
parent | 2988abd9390c1d6876610436883d1f7bcd405d8f (diff) | |
download | CMake-85bfdddaf75905a2c075d2a94d85f4bcfa1feea9.zip CMake-85bfdddaf75905a2c075d2a94d85f4bcfa1feea9.tar.gz CMake-85bfdddaf75905a2c075d2a94d85f4bcfa1feea9.tar.bz2 |
clang-tidy: apply readability-redundant-control-flow fixes
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.cxx')
-rw-r--r-- | Source/cmExportLibraryDependenciesCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.cxx b/Source/cmExportLibraryDependenciesCommand.cxx index f556a8b..ac4f040 100644 --- a/Source/cmExportLibraryDependenciesCommand.cxx +++ b/Source/cmExportLibraryDependenciesCommand.cxx @@ -180,5 +180,4 @@ void cmExportLibraryDependenciesCommand::ConstFinalPass() const } } fout << "endif()\n"; - return; } |