From bf67a610135c0803187cf6ed896638962f142d14 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Jul 2018 17:55:29 -0700 Subject: Updating to version 2.4.4.3, with new syntax for multi-statement 'if' and switch statements. --- code_obj.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'code_obj.lua') diff --git a/code_obj.lua b/code_obj.lua index 37ac55a..b67e78d 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -312,12 +312,6 @@ do end return statements end, - as_expr = function(self) - if self.is_value then - return self - end - return error("Cannot convert to expression: " .. tostring(tostring(self))) - end, __tostring = function(self) if self.__str == nil then local buff, indent = { }, 0 -- cgit v1.2.3