Removing commented out code.

git-svn-id: svn://10.0.0.236/branches/DOMAPISTRING_20000811_BRANCH@76392 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2000-08-16 02:46:59 +00:00
parent fa66fcfa97
commit d9b93103d3

View File

@@ -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);
}
}