Remove unused SaneTsv fields
This commit is contained in:
parent
32393e704d
commit
8e3332b484
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user