Pārlūkot izejas kodu

[lua] Seems like useless for Lua (is it from JS?)

peyty 9 gadi atpakaļ
vecāks
revīzija
9134841df8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      genlua.ml

+ 0 - 1
genlua.ml

@@ -98,7 +98,6 @@ let ident s = if Hashtbl.mem kwds s then "_" ^ s else s
 let anon_field s = if Hashtbl.mem kwds s || not (valid_lua_ident s) then "['" ^ s ^ "']" else s
 let static_field s =
     match s with
-	| "length" | "name" -> "._" ^ s
 	| s -> field s
 
 let has_feature ctx = Common.has_feature ctx.com