Remove unused member mHeaderValueIndex

found by findBugs
fixes http://b/issue?id=1857163
This commit is contained in:
Cary Clark
2009-08-10 14:03:54 -04:00
parent 36093d4e5f
commit 3db35b48cc

View File

@@ -46,10 +46,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.
*/