C#: Address review comment.

This commit is contained in:
calum
2019-03-07 16:36:28 +00:00
parent 383e29ce13
commit 3fd10ec994

View File

@@ -39,8 +39,6 @@ module NHibernate {
/** A mapped class that is mapped because it is used as a type argument. */
private class MappedByTypeArgument extends MappedClass {
UnboundGeneric gen;
MappedByTypeArgument() {
this = any(ISessionInterface si).getAMappedObjectTp().getASuppliedType()
}