mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-15 05:45:02 +01:00
remove SetNull from code
This commit is contained in:
parent
4d9648bf97
commit
46229fd74f
2 changed files with 0 additions and 5 deletions
|
|
@ -84,9 +84,6 @@ where
|
|||
self.stdin.read_exact(&mut buf).unwrap();
|
||||
*self.elem_mut() = Wrapping(buf[0]);
|
||||
}
|
||||
Stmt::SetNull => {
|
||||
*self.elem_mut() = Wrapping(0);
|
||||
}
|
||||
Stmt::SetN(n) => {
|
||||
*self.elem_mut() = Wrapping(n);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue