added task to remove unnecessary code

This commit is contained in:
eneller
2020-07-20 11:11:12 +02:00
parent d4a3bddce0
commit b46fd57d13

View File

@@ -10,6 +10,7 @@ import java.nio.charset.StandardCharsets;
//TODO switch case for printcolor //TODO switch case for printcolor
//TODO clean up ugly array handling that accounts for most of the lines //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? //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? static int parseRedirect(String[] inputArray){//should take pipe and read/write,, add >> for append?