Commit e561585
contextify: use CHECK instead of
I was walking through the vm changes and saw this particular `if` check
interesting. In case `ctx` is empty it's going to fail later anyways.
So, instead of putting an `if` check there;
option a - use CHECK
option b - do nothing
Considering the developer wanted to make sure `ctx` is not empty,
`CHECK` option looked more convenient.
PR-URL: #3125
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>if
1 parent 4c59407 commit e561585Copy full SHA for e561585
File tree
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+3
-2
lines changedOpen diff view settings
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
216 | 216 | |
217 | 217 | |
218 | 218 | |
219 | | - |
220 | | - |
| 219 | + |
| 220 | + |
| 221 | + |
221 | 222 | |
222 | 223 | |
223 | 224 | |
|
0 commit comments