[Libreoffice-commits] core.git: jvmfwk/plugins

Michael Weghorn m.weghorn at posteo.de
Tue Nov 18 05:10:01 PST 2014


 jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7bd4d1e9180e8c380e634bc231286034db151716
Author: Michael Weghorn <m.weghorn at posteo.de>
Date:   Tue Nov 18 12:04:36 2014 +0000

    remove duplicate code line
    
    Change-Id: Ia1e9d2b31698db23029e4dd5f0f7659acff5d30f
    Reviewed-on: https://gerrit.libreoffice.org/12951
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
index 9954f8a..e680b4d 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
@@ -217,7 +217,6 @@ javaPluginError jfw_plugin_getAllJavaInfos(
     OSL_ASSERT(sMinVersion);
     OSL_ASSERT(sMaxVersion);
     OSL_ASSERT(parJavaInfo);
-    OSL_ASSERT(parJavaInfo);
     OSL_ASSERT(nLenInfoList);
     if (!sVendor || !sMinVersion || !sMaxVersion || !parJavaInfo || !nLenInfoList)
         return JFW_PLUGIN_E_INVALID_ARG;


More information about the Libreoffice-commits mailing list