Skip to content

Commit 58adde5

Browse files
committed
Remove dummy 'os.get_terminal_size'.
1 parent 6226c09 commit 58adde5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

graalpython/lib-graalpython/posix.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ def WSTOPSIG(status):
133133
def uname():
134134
return uname_result(old_uname())
135135

136-
@__builtin__
137-
def get_terminal_size(fd):
138-
raise OSError
139-
140-
terminal_size = make_named_tuple_class("os.terminal_size", ["columns", "lines"])
141-
142136
error = OSError
143137

144138
terminal_size = make_named_tuple_class("os.terminal_size", ["columns", "lines"])

0 commit comments

Comments
 (0)