Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed May 21, 2024
1 parent 42216c3 commit ec0cde1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/src/partials/PrimitiveGet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Reflection;
using System.Text;
Expand Down Expand Up @@ -690,11 +689,6 @@ public byte[] Bytes()
return SetError<byte[]>();
}
}

public T FromRaw<T>()
{
return default;
}
}
}
}

0 comments on commit ec0cde1

Please sign in to comment.