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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user