ios: Remove unused local (Closes: #28)
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/9651eed0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/9651eed0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/9651eed0 Branch: refs/heads/master Commit: 9651eed0752f11497bf3f42bdbca4ee4a6a4c3cd Parents: 493c32b Author: Ian Clelland <[email protected]> Authored: Thu Feb 13 11:24:29 2014 -0500 Committer: Ian Clelland <[email protected]> Committed: Thu Feb 13 11:24:29 2014 -0500 ---------------------------------------------------------------------- src/ios/CDVLocalFilesystem.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/9651eed0/src/ios/CDVLocalFilesystem.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVLocalFilesystem.m b/src/ios/CDVLocalFilesystem.m index e7208b4..dd7534c 100644 --- a/src/ios/CDVLocalFilesystem.m +++ b/src/ios/CDVLocalFilesystem.m @@ -145,7 +145,7 @@ } } } - NSString *normalizedPath; + if (isAbsolutePath) { return [NSString stringWithFormat:@"/%@", [components componentsJoinedByString:@"/"]]; } else {
