summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/platform/decimal128.h')
-rw-r--r--src/mongo/platform/decimal128.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/platform/decimal128.h b/src/mongo/platform/decimal128.h
index 7a1188a8904..cc6245f93af 100644
--- a/src/mongo/platform/decimal128.h
+++ b/src/mongo/platform/decimal128.h
@@ -306,6 +306,4 @@ private:
Value _value;
};
-std::ostream& operator<<(std::ostream& stream, const Decimal128& value);
-
} // namespace mongo