From: Vladimír Vondruš Date: Mon, 1 Jan 2018 19:58:53 +0000 (+0100) Subject: m.dox: remove dead code. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=414f104fd35f31324266f557beed76c10144e815;p=blog.git m.dox: remove dead code. --- 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