Backed out changeset 6716b289e613.

This commit is contained in:
Shawn Wilsher 2010-11-12 08:57:43 -08:00
parent 15eb6225a3
commit 3e1f89f94a
3 changed files with 0 additions and 3 deletions

View File

@ -49,7 +49,6 @@ int
main(int aArgc,
char **aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
for (size_t i = 0; i < NS_ARRAY_LENGTH(gTests); i++)

View File

@ -79,7 +79,6 @@ public:
static nsresult Start(nsIURI* aURI)
{
NS_PRECONDITION(aURI, "Null URI");
return NS_OK;
#ifdef MOZ_IPC
// If we are a content process, always remote the request to the

View File

@ -96,7 +96,6 @@ int
main(int aArgc,
char** aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
do_test_pending();