summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-12-10 16:00:29 +0100
committerBrad King <brad.king@kitware.com>2016-12-12 14:04:14 -0500
commit85bfdddaf75905a2c075d2a94d85f4bcfa1feea9 (patch)
tree18c2d5aa672e1fe34339d3d5f61fbd19d1af01cf /Source/cmCPluginAPI.cxx
parent2988abd9390c1d6876610436883d1f7bcd405d8f (diff)
downloadcmake-85bfdddaf75905a2c075d2a94d85f4bcfa1feea9.tar.gz
clang-tidy: apply readability-redundant-control-flow fixes
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r--Source/cmCPluginAPI.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx
index d1f8446f9c..e78f5fe04d 100644
--- a/Source/cmCPluginAPI.cxx
+++ b/Source/cmCPluginAPI.cxx
@@ -733,7 +733,6 @@ void CCONV cmSourceFileSetName(void* arg, const char* name, const char* dir,
e << " ." << *ext;
}
cmSystemTools::Error(e.str().c_str());
- return;
}
void CCONV cmSourceFileSetName2(void* arg, const char* name, const char* dir,