Bug 304900 - comment about moving methods when interface is frozen is stale or was made into a lie

patch by timwatt@gmail.com r=dougt
This commit is contained in:
timeless%mozdev.org 2005-08-19 09:38:45 +00:00
parent e29622310f
commit 74440aac70

View File

@ -548,7 +548,6 @@ nsresult NS_COM NS_InitXPCOM3(nsIServiceManager* *result,
nsCOMPtr<nsIMemory> memory;
NS_GetMemoryManager(getter_AddRefs(memory));
// dougt - these calls will be moved into a new interface when nsIComponentManager is frozen.
rv = compMgr->RegisterService(kMemoryCID, memory);
if (NS_FAILED(rv)) return rv;