mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Remove redundant code in jit/*.lua.
This commit is contained in:
parent
f0a0a23533
commit
8a3be5da74
@ -58,7 +58,6 @@ local function ctlsub(c)
|
||||
if c == "\n" then return "\\n"
|
||||
elseif c == "\r" then return "\\r"
|
||||
elseif c == "\t" then return "\\t"
|
||||
elseif c == "\r" then return "\\r"
|
||||
else return format("\\%03d", byte(c))
|
||||
end
|
||||
end
|
||||
|
@ -285,7 +285,6 @@ local function ctlsub(c)
|
||||
if c == "\n" then return "\\n"
|
||||
elseif c == "\r" then return "\\r"
|
||||
elseif c == "\t" then return "\\t"
|
||||
elseif c == "\r" then return "\\r"
|
||||
else return format("\\%03d", byte(c))
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user