summaryrefslogtreecommitdiff
path: root/script/core/signature.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/core/signature.lua')
-rw-r--r--script/core/signature.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/core/signature.lua b/script/core/signature.lua
index 449f1c8c..1ca10399 100644
--- a/script/core/signature.lua
+++ b/script/core/signature.lua
@@ -125,7 +125,6 @@ local function makeSignatures(text, call, pos)
local defs = vm.getDefs(node)
local mark = {}
for _, src in ipairs(defs) do
- src = vm.getObjectValue(src) or src
if src.type == 'function'
or src.type == 'doc.type.function' then
if not mark[src] then