Remove random extra assignment in example code

This commit is contained in:
Olly Betts 2014-05-05 16:04:37 +12:00
commit 7cac2d35cb

View file

@ -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()