Skip to content

Commit

Permalink
Merge pull request #1320 from karthiknadig/bug1269
Browse files Browse the repository at this point in the history
Fixes #1269 Removing calls to GetZipFileName, and GetPathInZipFile.
  • Loading branch information
Dino Viehland committed May 26, 2016
2 parents 1e7a126 + 2f03752 commit 546ffac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1981,9 +1981,6 @@ private void ParseFile(IProjectEntry entry, IDictionary<int, CodeInfo> buffers)
IPythonProjectEntry pyEntry;
IExternalProjectEntry externalEntry;

string zipFileName = GetZipFileName(entry);
string pathInZipFile = GetPathInZipFile(entry);

SortedDictionary<int, ParseResult> parseResults = new SortedDictionary<int, ParseResult>();

if ((pyEntry = entry as IPythonProjectEntry) != null) {
Expand Down

0 comments on commit 546ffac

Please sign in to comment.