Remove random extra assignment in example code
This commit is contained in:
parent
66555ad2a7
commit
7cac2d35cb
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ print("\nGuess I'll clean up now")
|
|||
-- Note: this invokes the virtual destructor
|
||||
c=nil
|
||||
s=nil
|
||||
s = 3
|
||||
|
||||
-- call gc to make sure they are collected
|
||||
collectgarbage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue