aboutsummaryrefslogtreecommitdiff
path: root/starlark/library.go
diff options
context:
space:
mode:
Diffstat (limited to 'starlark/library.go')
-rw-r--r--starlark/library.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/starlark/library.go b/starlark/library.go
index e9e2f94..1763824 100644
--- a/starlark/library.go
+++ b/starlark/library.go
@@ -740,7 +740,6 @@ func range_(thread *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, erro
return nil, err
}
- // TODO(adonovan): analyze overflow/underflows cases for 32-bit implementations.
if len(args) == 1 {
// range(stop)
start, stop = 0, start