Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fd10ec

Browse files
committed
C#: Address review comment.
1 parent 383e29c commit 3fd10ec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

csharp/ql/src/semmle/code/csharp/frameworks/NHibernate.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ module NHibernate {
3939

4040
/** A mapped class that is mapped because it is used as a type argument. */
4141
private class MappedByTypeArgument extends MappedClass {
42-
UnboundGeneric gen;
43-
4442
MappedByTypeArgument() {
4543
this = any(ISessionInterface si).getAMappedObjectTp().getASuppliedType()
4644
}

0 commit comments

Comments
 (0)