From d9b93103d3cac0f4bc5083bf67a16d1f82dc5ca0 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Wed, 16 Aug 2000 02:46:59 +0000 Subject: [PATCH] Removing commented out code. git-svn-id: svn://10.0.0.236/branches/DOMAPISTRING_20000811_BRANCH@76392 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/nsAtomTable.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/xpcom/ds/nsAtomTable.cpp b/mozilla/xpcom/ds/nsAtomTable.cpp index 92c801e1fde..eeaae95a39f 100644 --- a/mozilla/xpcom/ds/nsAtomTable.cpp +++ b/mozilla/xpcom/ds/nsAtomTable.cpp @@ -195,8 +195,6 @@ NS_COM nsIAtom* NS_NewAtom( const nsAReadableString& aString ) // otherwise, we'll make a new atom id = new (aString) AtomImpl(); if ( id ) { -// NS_ADDREF(id); - PL_HashTableRawAdd(gAtomHashTable, hep, hashCode, id->mString, id); } }