mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Remove unused code
math: Already replaced with C++17 double std::hypot
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user