# HG changeset patch # User Paul Boddie # Date 1636071434 -3600 # Node ID 8fa2b54e892c542bda8827da0a0a082c9ebba98c # Parent 329e5533b106d7402ff0cc9df7982c10bdc31e7a# Parent 6711c02b1d821618af2eaa85570046ab76e27635 Merged changes from the default branch. diff -r 329e5533b106 -r 8fa2b54e892c transresults.py --- a/transresults.py Thu Nov 04 23:57:33 2021 +0100 +++ b/transresults.py Fri Nov 05 01:17:14 2021 +0100 @@ -119,8 +119,6 @@ # Expressions. elif static_name: - parent = ref.parent() - context = ref.has_kind("") and encode_path(parent) or None return "__ATTRVALUE(&%s)" % static_name # Qualified names must be converted into parent-relative accesses.