summaryrefslogtreecommitdiff
path: root/script/parser/guide.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-17 09:50:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-17 09:50:57 +0800
commit1771a5ad0cc93831f58ac4b93aedb3666aaea511 (patch)
tree7288ce14640f2b5e9e3e6d0651403d15e9d76598 /script/parser/guide.lua
parentefa14d6f2453368d6e2f385c947713ac4ce84bc8 (diff)
downloadlua-language-server-1771a5ad0cc93831f58ac4b93aedb3666aaea511.zip
cleanup
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r--script/parser/guide.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index 8fb94bca..378d2613 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -743,8 +743,6 @@ end
---@return integer {name = 'row'}
---@return integer {name = 'col'}
function m.positionOf(lines, offset)
- tracy.ZoneBeginN('positionOf')
- local _ <close> = tracy.ZoneEnd
if offset <= 0 then
return 1, 0
end