Skip to content

Commit

Permalink
Remove irrelevant TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Feb 24, 2019
1 parent 60e23b1 commit efdaea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rars/riscv/syscalls/SyscallReadString.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ a copy of this software and associated documentation files (the
* string can be no longer than n-1. If less than that, add
* newline to end. In either case, then pad with null byte.
*/
// TODO: delete, this is redundent in light of the read syscall, just add on the newline in user code and done
public class SyscallReadString extends AbstractSyscall {
public SyscallReadString() {
super("ReadString", "Reads a string from the console",
Expand Down

0 comments on commit efdaea9

Please sign in to comment.