From 80b23fad8a21173f0f9512e84cc41f9c6ff2b759 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Sun, 29 Oct 2017 22:08:32 -0400
Subject: [PATCH] Remove unused variable

---
 a2/src/edu/wmich/cs3310/a2/Controller.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/a2/src/edu/wmich/cs3310/a2/Controller.java b/a2/src/edu/wmich/cs3310/a2/Controller.java
index 76c02fa..5e231e5 100644
--- a/a2/src/edu/wmich/cs3310/a2/Controller.java
+++ b/a2/src/edu/wmich/cs3310/a2/Controller.java
@@ -386,7 +386,6 @@ public class Controller {
         int selectedIndex;
         int lastUnsortedIndex = (charNumber - 1);
         char tempChar;
-        char[] tempArray = new char[charNumber];
 
         // Loop until all values are sorted.
         while (lastUnsortedIndex > 0) {
-- 
GitLab