diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-05-24 14:02:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 14:02:32 +0300 |
commit | 58ff91d97e90094e18ec335a5e19bbd95fff0bd9 (patch) | |
tree | 053f5d39ec2220ed7873bed304b0d69d045112f4 /xpcom | |
parent | ddff63b2d6c22468cd413c16968558f77fd00bb3 (diff) | |
download | UXP-58ff91d97e90094e18ec335a5e19bbd95fff0bd9.tar UXP-58ff91d97e90094e18ec335a5e19bbd95fff0bd9.tar.gz UXP-58ff91d97e90094e18ec335a5e19bbd95fff0bd9.tar.lz UXP-58ff91d97e90094e18ec335a5e19bbd95fff0bd9.tar.xz UXP-58ff91d97e90094e18ec335a5e19bbd95fff0bd9.zip |
remove unnecessary spaces
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/ds/nsAtomTable.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xpcom/ds/nsAtomTable.cpp b/xpcom/ds/nsAtomTable.cpp index c63676455..4c93625ae 100644 --- a/xpcom/ds/nsAtomTable.cpp +++ b/xpcom/ds/nsAtomTable.cpp @@ -368,7 +368,6 @@ static const PLDHashTableOps AtomTableOps = { static nsIAtom* sRecentlyUsedMainThreadAtoms[RECENTLY_USED_MAIN_THREAD_ATOM_CACHE_SIZE] = {}; - void DynamicAtom::GCAtomTable() { @@ -388,7 +387,6 @@ DynamicAtom::GCAtomTableLocked(const MutexAutoLock& aProofOfLock, sRecentlyUsedMainThreadAtoms[i] = nullptr; } - uint32_t removedCount = 0; // Use a non-atomic temporary for cheaper increments. nsAutoCString nonZeroRefcountAtoms; uint32_t nonZeroRefcountAtomsCount = 0; @@ -687,8 +685,6 @@ NS_Atomize(const nsACString& aUTF8String) return atom.forget(); } - - // This results in an extra addref/release of the nsStringBuffer. // Unfortunately there doesn't seem to be any APIs to avoid that. // Actually, now there is, sort of: ForgetSharedBuffer. |