Remove unused SaneTsv fields
This commit is contained in:
		| @@ -43,9 +43,6 @@ public class SaneTsv | |||||||
|   public static readonly byte[] TrueEncoded = Encoding.UTF8.GetBytes("TRUE"); |   public static readonly byte[] TrueEncoded = Encoding.UTF8.GetBytes("TRUE"); | ||||||
|   public static readonly byte[] FalseEncoded = Encoding.UTF8.GetBytes("FALSE"); |   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; |   protected static bool? _littleEndian = null; | ||||||
|   public static bool LittleEndian |   public static bool LittleEndian | ||||||
|   { |   { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user