Remove unused code

math: Already replaced with C++17 double std::hypot
This commit is contained in:
Lars Toenning
2021-09-10 20:18:03 +02:00
parent 25491c0478
commit 7a02f2c2a6
6 changed files with 0 additions and 30 deletions

View File

@@ -30,9 +30,6 @@ namespace BlackMisc
//! No objects, just static
CMathUtils() = delete;
//! Calculates the hypotenuse of x and y without overflow
static double hypot(double x, double y);
//! Calculates the square of x
static inline double square(double x)
{