From 50f7ed1ccb5aa7ded1cb1ada716d546041507318 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Wed, 20 Jan 2010 14:08:42 -0500 Subject: [PATCH] Remove the result-initialization from e9c045ce1618 which shouldn't be needed, bug 540776 fixed this the correct way. --- modules/plugin/test/testplugin/nptest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/plugin/test/testplugin/nptest.cpp b/modules/plugin/test/testplugin/nptest.cpp index fd2bc0c4bc12..a48d57760091 100644 --- a/modules/plugin/test/testplugin/nptest.cpp +++ b/modules/plugin/test/testplugin/nptest.cpp @@ -2255,7 +2255,6 @@ setCookie(NPObject* npobj, const NPVariant* args, uint32_t argCount, NPVariant* NPError err = NPN_SetValueForURL(npp, NPNURLVCookie, url, cookie->UTF8Characters, cookie->UTF8Length); free(url); - VOID_TO_NPVARIANT(*result); return (err == NPERR_NO_ERROR); }