summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/builder.py b/builder.py
index a7e356e3..9309793d 100644
--- a/builder.py
+++ b/builder.py
@@ -128,7 +128,6 @@ class ASTNGBuilder(InspectBuilder):
# build astng representation
node = self.string_build(data, modname, path)
node.file_encoding = encoding
- node.file_stream = stream
return node
def string_build(self, data, modname='', path=None):