mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Remove unused @source from the virtual machine.
This commit is contained in:
parent
9ba704bbe9
commit
2047973598
1 changed files with 0 additions and 4 deletions
|
@ -25,9 +25,6 @@ module XfOOrth
|
|||
@_private_console ||= Console.new
|
||||
end
|
||||
|
||||
#The current compiler code text source.
|
||||
attr_reader :source
|
||||
|
||||
#The current compiler parser.
|
||||
attr_reader :parser
|
||||
|
||||
|
@ -43,7 +40,6 @@ module XfOOrth
|
|||
#Return the compiler to a known state.
|
||||
def compiler_reset
|
||||
@buffer = nil
|
||||
@source = nil
|
||||
@parser = nil
|
||||
@quotes = 0
|
||||
@force = false
|
||||
|
|
Loading…
Reference in a new issue