Skip to content

Commit b451bf2

Browse files
committed
1 parent d373c5a commit b451bf2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

os/os.module.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,3 @@ func system(self py.Object, args py.Tuple) (py.Object, error) {
258258

259259
return py.Int(0), nil
260260
}
261-
262-
func objectIsInt(arg py.Object) bool {
263-
if _, ok := arg.(py.Int); ok {
264-
return true
265-
}
266-
return false
267-
}

0 commit comments

Comments
 (0)