Differences From Artifact [71eb73c7cb]:
- File src/OFEnumerator.m — part of check-in [0509d7a844] at 2019-01-03 19:13:03 on branch trunk — Update copyright (user: js, size: 1321) [annotate] [blame] [check-ins using]
To Artifact [cc0c7b76c2]:
- File
src/OFEnumerator.m
— part of check-in
[7214a2c7af]
at
2019-06-19 00:45:05
on branch trunk
— OFEnumerator: Remove -[reset]
It's not very useful and is a problem for the Foundation bridge, as
NSEnumerator does not have it. (user: js, size: 1276) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
54 55 56 57 58 59 60 | [ret makeImmutable]; objc_autoreleasePoolPop(pool); return ret; } | < < < < < | 54 55 56 57 58 59 60 61 | [ret makeImmutable]; objc_autoreleasePoolPop(pool); return ret; } @end |