We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a49e9 commit 8d9bc9dCopy full SHA for 8d9bc9d
Rubberduck.Parsing/VBA/RubberduckParserState.cs
@@ -83,10 +83,6 @@ public void AddProject(VBProject project)
83
return;
84
}
85
86
- //if (string.IsNullOrEmpty(project.HelpFile))
87
- //{
88
- // project.HelpFile = project.GetHashCode().ToString();
89
- //}
90
while (string.IsNullOrEmpty(project.HelpFile) || _projects.Any(a => a.Key == project.HelpFile))
91
{
92
project.HelpFile = (project.GetHashCode() ^ project.HelpFile.GetHashCode()).ToString();
0 commit comments