Remove dead code
This commit is contained in:
parent
5602e04661
commit
55713b0a37
1 changed files with 0 additions and 6 deletions
|
|
@ -173,8 +173,6 @@ module Intcode
|
||||||
gets.to_i
|
gets.to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
def default_input; end
|
|
||||||
|
|
||||||
def operation(cell)
|
def operation(cell)
|
||||||
(cell % 100)
|
(cell % 100)
|
||||||
end
|
end
|
||||||
|
|
@ -201,9 +199,5 @@ module Intcode
|
||||||
def read(addr, mode)
|
def read(addr, mode)
|
||||||
param(@mem[addr], mode)
|
param(@mem[addr], mode)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Operators
|
|
||||||
|
|
||||||
def add; end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue