diff options
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r-- | Source/cmCPluginAPI.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index d1f8446..e78f5fe 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, |