Skip to content

Commit 987f9c9

Browse files
committed
rm unused code
1 parent 68184a3 commit 987f9c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lua/eca/utils.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,4 @@ function M.constants()
118118
return CONSTANTS
119119
end
120120

121-
---@param str string
122-
---@return string
123-
function M.lua_quote(str)
124-
-- Escape backslashes and double quotes for Lua string literal
125-
return '"' .. tostring(str):gsub('\\', '\\\\'):gsub('"', '\\"') .. '"'
126-
end
127-
128121
return M

0 commit comments

Comments
 (0)