From 8e3332b484966982d31d52ff06f8f5330d47ac42 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.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SaneTsv.cs b/SaneTsv.cs index 84c1149..ff3b83f 100644 --- a/SaneTsv.cs +++ b/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 {