aboutsummaryrefslogtreecommitdiffstats
path: root/src/Huffman/HuffmanNode.cs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-19 18:30:53 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-19 18:30:53 -0500
commitfcbd2a28aad728d4c722b0c24fcdc9db6b8a7a40 (patch)
treeb930c0b56e96e14485ba5ee070d3229df89aa7d5 /src/Huffman/HuffmanNode.cs
parent0fa7a5448cebcafac4d44b85766b797c740b8b42 (diff)
cleaned up usings and launch.jsonHEADmain
Diffstat (limited to 'src/Huffman/HuffmanNode.cs')
-rw-r--r--src/Huffman/HuffmanNode.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Huffman/HuffmanNode.cs b/src/Huffman/HuffmanNode.cs
index 779c8f3..d163bfc 100644
--- a/src/Huffman/HuffmanNode.cs
+++ b/src/Huffman/HuffmanNode.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections;
-using System.Collections.Generic;
using PriorityQueue;