summaryrefslogtreecommitdiffstats
path: root/include/core/Math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/Math.hpp')
-rw-r--r--include/core/Math.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/Math.hpp b/include/core/Math.hpp
index a971bb8..4cabe0d 100644
--- a/include/core/Math.hpp
+++ b/include/core/Math.hpp
@@ -232,7 +232,6 @@ inline double stepify(double p_value, double p_step) {
}
inline unsigned int next_power_of_2(unsigned int x) {
-
if (x == 0)
return 0;