C# : TrimHorz return value never used #185
Answered
by
AngusJohnson
philstopford
asked this question in
Q&A
-
Rider showed me that the return bool from
is never actually used in any call-site (Clipper.Engine.cs lines 2165, 2311). Is the return property supposed to be checked, or should this turn into a void function? |
Beta Was this translation helpful? Give feedback.
Answered by
AngusJohnson
Sep 5, 2022
Replies: 1 comment
-
Yep 😁. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philstopford
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep 😁.