Misc. cleanup for PR

This commit is contained in:
Karl Burtram
2016-09-19 12:32:56 -07:00
parent 44914aa8b9
commit 03315475cb
4 changed files with 2 additions and 5 deletions

View File

@@ -427,7 +427,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
scriptInfo.Binder = BinderProvider.CreateBinder(scriptInfo.MetadataProvider);
scriptInfo.ServerConnection = new ServerConnection(sqlConn.GetUnderlyingConnection());
scriptInfo.IsConnected = true;
//AddOrUpdateScriptParseInfo(info.OwnerUri, scriptInfo);
}
}
catch (Exception)