summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-16 13:45:50 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-20 16:09:15 +0900
commitfda7c88ec38d2e340fd85d3e7dc087eaa731dcdf (patch)
tree78741892148123585d0dfa41a3e4735b2814546b /sphinx/io.py
parentd1d55eb35f9b26242cb7590ca61af1f13320ac72 (diff)
downloadsphinx-git-fda7c88ec38d2e340fd85d3e7dc087eaa731dcdf.tar.gz
Drop unused method; LoggingReporter.set_source()
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 7044ab3c0..d85b6c483 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -80,7 +80,6 @@ class SphinxBaseReader(standalone.Reader):
# substitute reporter
reporter = document.reporter
document.reporter = LoggingReporter.from_reporter(reporter)
- document.reporter.set_source(self.source)
return document