Skip to content

Commit ef4c7f2

Browse files
committed
Update MainCommand.cs
1 parent 117b14a commit ef4c7f2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

SymbolGenerator/Commands/MainCommand.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,6 @@ public ValueTask ExecuteAsync(IConsole console)
159159
annotationsData[location.File] = [];
160160
annotationsData[location.File].Add(processed.Data);
161161

162-
//if (processed.Data is FunctionSymbolModel function && processed.Target is ASTMethod method)
163-
//{
164-
// if (method.IsConstructor) {
165-
166-
// }
167-
//}
168-
169162
if (processed.Data is VirtualTableSymbolModel vtable && processed.Target is ASTClass cls)
170163
{
171164
// Create helper symbol $vtable_for_X$ for virtual tables

0 commit comments

Comments
 (0)