From 414f104fd35f31324266f557beed76c10144e815 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 1 Jan 2018 20:58:53 +0100 Subject: [PATCH] m.dox: remove dead code. --- pelican-plugins/m/dox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pelican-plugins/m/dox.py b/pelican-plugins/m/dox.py index ecc9a5ea..90d18939 100644 --- a/pelican-plugins/m/dox.py +++ b/pelican-plugins/m/dox.py @@ -73,7 +73,6 @@ def init(pelicanobj): # Linking to namespaces, structs and classes if child.attrib['kind'] in ['class', 'struct', 'namespace']: - symbol_mapping[child.find('name').text] = path + child.find('filename').text name = child.find('name').text link = path + child.find('filename').text symbol_mapping[name] = link -- 2.30.2