Skip to content

Commit

Permalink
Merge pull request #2542 from FrankReh/pullreq/cleanup/fix/unused/cac…
Browse files Browse the repository at this point in the history
…hedSearchResults

Removed an unused variable: cachedSearchResults.
  • Loading branch information
cacaodev committed May 30, 2017
2 parents 5df8939 + a0f6b81 commit 9547b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objective-J/Executable.js
Expand Up @@ -475,7 +475,6 @@ Executable.fileExecutableSearcherForURL = function(/*CFURL*/ referenceURL)
var referenceURLString = referenceURL.absoluteString(),
cachedFileExecutableSearcher = cachedFileExecutableSearchers[referenceURLString],
aFilenameTranslateDictionary = Executable.filenameTranslateDictionary ? Executable.filenameTranslateDictionary() : null;
cachedSearchResults = { };

if (!cachedFileExecutableSearcher)
{
Expand Down

0 comments on commit 9547b70

Please sign in to comment.