Remove nsresult from GenerateUUIDInPlace

This commit is contained in:
wuggy 2026-06-29 19:07:57 +01:00
commit 389a855466

View file

@ -96,7 +96,6 @@ nsUUIDGenerator::GenerateUUID(nsID** aRet)
}
NS_IMETHODIMP
nsresult
nsUUIDGenerator::GenerateUUIDInPlace(nsID* aId)
{
MutexAutoLock lock(mLock);