aboutsummaryrefslogtreecommitdiff
path: root/source/10-common/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/10-common/Utils.hpp')
-rw-r--r--source/10-common/Utils.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/10-common/Utils.hpp b/source/10-common/Utils.hpp
index 82569d8..668261b 100644
--- a/source/10-common/Utils.hpp
+++ b/source/10-common/Utils.hpp
@@ -33,7 +33,6 @@ bool ReadCstdioLine(FILE* file, char* buffer, size_t bufferSize, size_t* outLine
std::string ReadFileAsString(const std::filesystem::path& path);
-
constexpr float Abs(float v) noexcept {
return v < 0.0f ? -v : v;
}