summaryrefslogtreecommitdiffstats
path: root/pym/portage/output.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/output.py')
-rw-r--r--pym/portage/output.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py
index 6d4e108aa..a4ca3a306 100644
--- a/pym/portage/output.py
+++ b/pym/portage/output.py
@@ -492,7 +492,6 @@ class EOutput(object):
# avoid potential UnicodeEncodeError
s = _unicode_encode(s,
encoding=_encodings['stdio'], errors='backslashreplace')
- f = sys.stderr
if sys.hexversion >= 0x3000000:
f = f.buffer
f.write(s)