summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Monk <jmonk@google.com> 2014-09-18 09:53:31 -0400
committer Jason Monk <jmonk@google.com> 2014-09-19 13:19:06 +0000
commitae392155a298de28f04b32725c9c16f29202fcac (patch)
tree5d76d158981473537c9d594f7b57591de3d3154b
parent17d96868736390edecf48d37a093d3f2566c7c38 (diff)
Remove unused constant and associated STOPSHIP
Bug: 10459877 Change-Id: Ic8a6632176a9417af246709c940f658639e42317
-rw-r--r--packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java b/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
index cbea1881ac05..970fdc727ded 100644
--- a/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
+++ b/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
@@ -33,8 +33,6 @@ public class ProxyService extends Service {
/** Keep these values up-to-date with PacManager.java */
public static final String KEY_PROXY = "keyProxy";
public static final String HOST = "localhost";
- // STOPSHIP This being a static port means it can be hijacked by other apps.
- public static final int PORT = 8182;
public static final String EXCL_LIST = "";
@Override