Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411

This commit is contained in:
dbaron@fas.harvard.edu
2001-06-29 23:16:52 +00:00
parent 6a1a7acfe5
commit b87a2b03c4
5 changed files with 7 additions and 7 deletions

View File

@@ -786,7 +786,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
if (NS_FAILED(rv))
return rv;
nsCStringKey key(persistentDescriptor.get());
nsCStringKey key(persistentDescriptor);
// Get the registry representation of the dll, if any
nsDll *dll;