diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-11 21:48:33 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-11 21:48:33 +0000 |
| commit | 1f2e3605492857229ecac6204e2957a91dd0ad44 (patch) | |
| tree | 53c82baa4ea8e4479d83bd94279397a695cdc069 /src/extension/dependency.cpp | |
| parent | Drop duplicate io code ( Bug #1120585 ) (diff) | |
| download | inkscape-1f2e3605492857229ecac6204e2957a91dd0ad44.tar.gz inkscape-1f2e3605492857229ecac6204e2957a91dd0ad44.zip | |
cppcheck
(bzr r12193)
Diffstat (limited to 'src/extension/dependency.cpp')
| -rw-r--r-- | src/extension/dependency.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 7c358d871..78012ccc8 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -122,8 +122,7 @@ Dependency::~Dependency (void) found then a TRUE is returned. If we get all the way through the path then a FALSE is returned, the command could not be found. */ -bool -Dependency::check (void) const +bool Dependency::check (void) const { // std::cout << "Checking: " << *this << std::endl; @@ -216,7 +215,6 @@ Dependency::check (void) const g_free(orig_path); return FALSE; /* Reverse logic in this one */ - break; } } /* switch _location */ break; |
