From 24cb3d4ab9f9ae3a353e2c88db13571deea9d241 Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Tue, 7 Dec 1999 23:43:07 +0000 Subject: [PATCH] Removed an assert that is no longer applicable --- layout/html/base/src/nsDST.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/html/base/src/nsDST.cpp b/layout/html/base/src/nsDST.cpp index 3ed06ef4d29..9c0b1898a84 100644 --- a/layout/html/base/src/nsDST.cpp +++ b/layout/html/base/src/nsDST.cpp @@ -349,7 +349,6 @@ nsDST::Insert(void* aKey, void* aValue, void** aOldValue) { NS_PRECONDITION(0 == (PtrBits(aKey) & (mLevelZeroBit - 1)), "ignored low-order bits are not zero"); - NS_ENSURE_ARG_POINTER(aValue); // Initialize OUT parameter if (aOldValue) {