Skip to content

Commit

Permalink
C#: Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Jan 10, 2025
1 parent caaf291 commit b358f33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csharp/ql/lib/semmle/code/csharp/Type.qll
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,6 @@ class RefStruct extends Struct {

override string getAPrimaryQlClass() { result = "RefStruct" }

override predicate isValueType() { none() }

override predicate isRefLikeType() { any() }
}

Expand Down

0 comments on commit b358f33

Please sign in to comment.