Fix unused and deprecation warnings

Despite our best efforts to resolve warnings, some new ones slipped in
late this afternoon.

Change-Id: I4b8f8bba08de2d5c7a2a03c04d121c0e447bfa8e
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2011-05-19 16:52:03 -07:00
parent 98f1ecfeae
commit b052ca8dcf
3 changed files with 2 additions and 15 deletions

View File

@@ -112,9 +112,6 @@ public abstract class PatchScreen extends Screen implements
}
};
// The change id for which the above patch set id's are valid
private static Change.Id currentChangeId = null;
protected final Patch.Key patchKey;
protected PatchSetDetail patchSetDetail;
protected PatchTable fileList;