Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 6d8a1be02a83e228eca6134f24d41a99e25ab54d..80a3b283af6f9e900fd949f6dfe52bb53476c92a 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -2203,9 +2203,6 @@ std::ostream& operator<<(std::ostream& os, const Brief& v) { |
return os; |
} |
-// Declaration of the static Smi::kZero constant. |
-Smi* const Smi::kZero(nullptr); |
- |
void Smi::SmiPrint(std::ostream& os) const { // NOLINT |
os << value(); |
} |