This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit 458dc0b
Pass not nullable context and results by reference (#479)
Summary:
Pull Request resolved: #479
X-link: facebookincubator/velox#2367
Those are always assumed not null and de-referenced with out
checking, hence passing them by reference is more suitable.
Reviewed By: kagamiori
Differential Revision: D38946493
fbshipit-source-id: ce4e2714332cb13e9b0c6a9a35e93fcd96ae038a1 parent a81d5c2 commit 458dc0b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
0 commit comments