summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/analysis/ref.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analysis/ref.cpp b/src/analysis/ref.cpp
index 65cb805..4c8a4be 100644
--- a/src/analysis/ref.cpp
+++ b/src/analysis/ref.cpp
@@ -48,6 +48,7 @@ void analyseComponentRef(ComponentRefNode *node,
if (!node->object || checkCommand(FindArgs))
return;
+/*
Node *arg = skipNop(node->object);
if (arg == INDIRECT_REF)
{
@@ -55,6 +56,7 @@ void analyseComponentRef(ComponentRefNode *node,
static_cast<IndirectRefNode*>(arg)->ref,
wi);
}
+*/
}
}