diff options
| author | 2009-08-10 14:03:54 -0400 | |
|---|---|---|
| committer | 2009-08-10 14:03:54 -0400 | |
| commit | 3db35b48ccbf3c795057e3dca8563ed3708282ee (patch) | |
| tree | 5506fbe5683fe9c0d197bef0f3e011d70334f795 | |
| parent | 36093d4e5f6a77902fb9498453537ef6ef73e025 (diff) | |
Remove unused member mHeaderValueIndex
found by findBugs
fixes http://b/issue?id=1857163
| -rw-r--r-- | core/java/android/webkit/PluginData.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/webkit/PluginData.java b/core/java/android/webkit/PluginData.java index 2b539fe0a76e..02be1f74d8b1 100644 --- a/core/java/android/webkit/PluginData.java +++ b/core/java/android/webkit/PluginData.java @@ -47,10 +47,6 @@ public final class PluginData { private Map<String, String[]> mHeaders; /** - * The index of the header value in the above mapping. - */ - private int mHeaderValueIndex; - /** * The associated HTTP response code. */ private int mStatusCode; |