summaryrefslogtreecommitdiff
path: root/src/fixed_point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fixed_point.cpp')
-rw-r--r--src/fixed_point.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fixed_point.cpp b/src/fixed_point.cpp
index a39f2bc..3a69958 100644
--- a/src/fixed_point.cpp
+++ b/src/fixed_point.cpp
@@ -39,7 +39,3 @@ fp_t fp_t::operator/(const fp_t& other) const {
}
return {static_cast<std::int32_t>(temp)};
}
-
-bool fp_t::operator==(const fp_t& other) const {
- return raw == other.raw;
-}