From b46fd57d13dd55bc02f9e07608592ab9f37f2ec7 Mon Sep 17 00:00:00 2001 From: eneller Date: Mon, 20 Jul 2020 11:11:12 +0200 Subject: [PATCH] added task to remove unnecessary code --- GdBShell.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GdBShell.java b/GdBShell.java index 3a54a5c..70c7cf2 100644 --- a/GdBShell.java +++ b/GdBShell.java @@ -10,6 +10,7 @@ import java.nio.charset.StandardCharsets; //TODO switch case for printcolor //TODO clean up ugly array handling that accounts for most of the lines +//TODO remove stringbuilders/buffers because they are unnecessary //TODO implement auto source? @@ -203,7 +204,7 @@ public class main{ } } } - return;//TODO: clean up error messages + return;//TODO clean up error messages } static int parseRedirect(String[] inputArray){//should take pipe and read/write,, add >> for append?