From 0fd092685d9bb2d24437466e44669172a227dc91 Mon Sep 17 00:00:00 2001 From: Nathan McRae Date: Sun, 10 Mar 2024 12:55:21 -0700 Subject: [PATCH] Remove unused SaneTsv fields --- SaneTsv/SaneTsv.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SaneTsv/SaneTsv.cs b/SaneTsv/SaneTsv.cs index 84c1149..ff3b83f 100644 --- a/SaneTsv/SaneTsv.cs +++ b/SaneTsv/SaneTsv.cs @@ -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 {