Skip to content

Commit 8d9bc9d

Browse files
committed
Removes old ProjectID check
1 parent 70a49e9 commit 8d9bc9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Rubberduck.Parsing/VBA/RubberduckParserState.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ public void AddProject(VBProject project)
8383
return;
8484
}
8585

86-
//if (string.IsNullOrEmpty(project.HelpFile))
87-
//{
88-
// project.HelpFile = project.GetHashCode().ToString();
89-
//}
9086
while (string.IsNullOrEmpty(project.HelpFile) || _projects.Any(a => a.Key == project.HelpFile))
9187
{
9288
project.HelpFile = (project.GetHashCode() ^ project.HelpFile.GetHashCode()).ToString();

0 commit comments

Comments
 (0)