Skip to content

Commit 5236a40

Browse files
committed
Remove unnecessary class
1 parent 414c0a6 commit 5236a40

File tree

1 file changed

+0
-6
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore

1 file changed

+0
-6
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore/Components.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ private class MicrosoftAspNetCoreComponentsClass extends Class {
2121
}
2222
}
2323

24-
/** The `Microsoft.AspNetCore.Components.ParameterAttribute` class. */
25-
class MicrosoftAspNetCoreComponentsParamaterAttributeClass extends MicrosoftAspNetCoreComponentsClass
26-
{
27-
MicrosoftAspNetCoreComponentsParamaterAttributeClass() { this.hasName("ParameterAttribute") }
28-
}
29-
3024
/** The `Microsoft.AspNetCore.Components.CascadingParameterAttributeBase` class. */
3125
class MicrosoftAspNetCoreComponentsCascadingParameterAttributeBaseClass extends MicrosoftAspNetCoreComponentsClass
3226
{

0 commit comments

Comments
 (0)