Skip to content

Commit 3665f73

Browse files
committed
Removing not needed obsolete code
1 parent b38da3c commit 3665f73

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Src/NHibernate.Envers.Tests/Entities/CustomType/PrimitiveTestUserType.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public override object Get(DbDataReader rs, string name, ISessionImplementor ses
3939
return Get(rs, ordinal, session);
4040
}
4141

42-
public override object FromStringValue(string xml)
43-
{
44-
return int.Parse(xml);
45-
}
46-
4742
public override string Name => "PrimitiveImmutableType";
4843

4944
public override System.Type ReturnedClass => typeof(PrimitiveImmutableType);

0 commit comments

Comments
 (0)