Remove unused SaneTsv fields

This commit is contained in:
Nathan McRae 2024-03-10 12:55:21 -07:00
parent 55fa00a6e7
commit 0fd092685d

View File

@ -43,9 +43,6 @@ public class SaneTsv
public static readonly byte[] TrueEncoded = Encoding.UTF8.GetBytes("TRUE");
public static readonly byte[] FalseEncoded = Encoding.UTF8.GetBytes("FALSE");
// TODO: We need to be able to update all these in tandem somehow
public string[] ColumnNames { get; protected set; }
public Type[] ColumnTypes { get; protected set; }
protected static bool? _littleEndian = null;
public static bool LittleEndian
{