diff --git a/rars/riscv/syscalls/SyscallReadString.java b/rars/riscv/syscalls/SyscallReadString.java index af27f942..2026dcd8 100644 --- a/rars/riscv/syscalls/SyscallReadString.java +++ b/rars/riscv/syscalls/SyscallReadString.java @@ -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",