Artifact ded40b41a443b3d05da7d764b6523e29e1861b9412215b3ccfbbd8d7b3fbc95e:
- File
src/OFStreamSocket.h
-
2020-04-26 19:39:06
— part of check-in
[d7ddb3dbc7]
on branch trunk
— Remove redundant arguments from blocks
Arguments that can just be captured by the block don't need to be
repeated as an argument. A lot of arguments passed to a delegate are
therefore not needed for a block. (user: js, size: 4450) [annotate] [blame] [check-ins using] - 2020-05-28 23:31:27 — part of check-in [370ec3dc84] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 4450) [annotate] [blame] [check-ins using]
-
2020-04-26 19:39:06
— part of check-in
[d7ddb3dbc7]
on branch trunk
— Remove redundant arguments from blocks