Skip to content

Commit 091e9f8

Browse files
committed
removed unused piece of code
1 parent 3ceeb05 commit 091e9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CSVSerializer.NET/Value.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace CSVSerializer
77
/// </summary>
88
public class Value<T>
99
{
10-
private T type;
1110
private object value;
1211
/// <summary>
1312
/// Constructor that accepts any object

0 commit comments

Comments
 (0)