062123bcf5
The Integer_parse VM native has no Dart-side caller. int.parse is implemented entirely in Dart in sdk/lib/_internal/vm_shared/lib/integers_patch.dart (_tryParseSmi and _parseRadix). Removes the native entry and drops a stale reference in the comment on the shared ParseInteger helper, which is still used by Integer_fromEnvironment. TEST=ci Change-Id: I8d034e3081c09357094abc6415fc709e3edbea07 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507322 Reviewed-by: Martin Kustermann <kustermann@google.com> Auto-Submit: Modestas Valauskas <valauskasmodestas@gmail.com> Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>