mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unused code
This commit is contained in:
parent
46af04694a
commit
3bfb2a5fa4
@ -130,8 +130,6 @@ class MathDirective(SphinxDirective):
|
||||
nowrap='nowrap' in self.options)
|
||||
ret = [node]
|
||||
set_source_info(self, node)
|
||||
if hasattr(self, 'src'):
|
||||
node.source = self.src
|
||||
self.add_target(ret)
|
||||
return ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user