Commit 4f5c042
hv.c: Use SvIsUV instead of SvUOK in the block where SvIOK holds true.
Because SvUOK is essentially (SvIOK && SvIsUV), SvUOK is redundant
in the block where SvIOK is guaranteed to hold true.1 parent e721750 commit 4f5c042
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3856 | 3856 | | |
3857 | 3857 | | |
3858 | 3858 | | |
3859 | | - | |
| 3859 | + | |
3860 | 3860 | | |
3861 | 3861 | | |
3862 | 3862 | | |
| |||
0 commit comments