From 2f03752645586c1b13adb498341b957d73a415af Mon Sep 17 00:00:00 2001 From: karthiknadig Date: Tue, 24 May 2016 15:46:23 -0700 Subject: [PATCH] Fixes #1269 Removing calls to GetZipFileName, and GetPathInZipFile. They were called but the return value was never used. --- .../Product/Analyzer/Intellisense/OutOfProcProjectAnalyzer.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Python/Product/Analyzer/Intellisense/OutOfProcProjectAnalyzer.cs b/Python/Product/Analyzer/Intellisense/OutOfProcProjectAnalyzer.cs index 72ef8f2404..1b1110895e 100644 --- a/Python/Product/Analyzer/Intellisense/OutOfProcProjectAnalyzer.cs +++ b/Python/Product/Analyzer/Intellisense/OutOfProcProjectAnalyzer.cs @@ -1981,9 +1981,6 @@ private void ParseFile(IProjectEntry entry, IDictionary buffers) IPythonProjectEntry pyEntry; IExternalProjectEntry externalEntry; - string zipFileName = GetZipFileName(entry); - string pathInZipFile = GetPathInZipFile(entry); - SortedDictionary parseResults = new SortedDictionary(); if ((pyEntry = entry as IPythonProjectEntry) != null) {