summaryrefslogtreecommitdiff
path: root/idlc/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 12:03:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 08:59:56 +0200
commit6bbda13286c8f736f35ceb7a377ca15b3fd544b2 (patch)
tree19bb6c3c85af38bd5787ef140e62f081dc147408 /idlc/source
parent58ae5fb5ff69a5581cffa583a57ad9381140fa9a (diff)
loplugin:unusedfields in forms..idlc
Change-Id: If250ff47c1f375fe24c61b5bf271da9a9c330822 Reviewed-on: https://gerrit.libreoffice.org/39133 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idlc/source')
-rw-r--r--idlc/source/astexpression.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/astexpression.cxx b/idlc/source/astexpression.cxx
index 5d5e6133d96c..8615c7962f7e 100644
--- a/idlc/source/astexpression.cxx
+++ b/idlc/source/astexpression.cxx
@@ -784,8 +784,6 @@ bool AstExpression::compareLong(AstExpression *pExpr)
void AstExpression::fillDefinitionDetails()
{
- m_pScope = idlc()->scopes()->depth() > 0 ? idlc()->scopes()->top() : nullptr;
- m_lineNo = idlc()->getLineNumber();
m_fileName = idlc()->getFileName();
}