boostorg / polygon

Boost.org polygon module
http://boost.org/libs/polygon
55 stars 70 forks source link

Remove variable ops that is never read from. #88

Open tinko92 opened 11 months ago

tinko92 commented 11 months ago

This removes an unused variable to fix a warning with "-Wunused-but-set-variable" when compiling with Clang.