src/java.base/share/native/libjava/System.c
changeset 52725 c470f977ade8
parent 52724 0bdbf854472f
child 52836 98792298b309
--- a/src/java.base/share/native/libjava/System.c	Wed Nov 28 15:53:49 2018 -0500
+++ b/src/java.base/share/native/libjava/System.c	Wed Nov 28 16:04:36 2018 -0500
@@ -184,15 +184,6 @@
         PUTPROP(propArray, _socksProxyPort_NDX, sprops->socksPort);
     }
 
-    if (sprops->gopherProxyEnabled) {
-        // The gopher client is different in that it expects an 'is this set?' flag that the others don't.
-        PUTPROP(propArray, _gopherProxySet_NDX, "true");
-        PUTPROP(propArray, _gopherProxyHost_NDX, sprops->gopherHost);
-        PUTPROP(propArray, _gopherProxyPort_NDX, sprops->gopherPort);
-    } else {
-        PUTPROP(propArray, _gopherProxySet_NDX, "false");
-    }
-
     // Mac OS X only has a single proxy exception list which applies
     // to all protocols
     if (sprops->exceptionList) {