UploadPack: Remove redundant suppression of deprecation warning

Change-Id: I9a7f46e1da42fd86adedc18b3394d5f755722624
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2018-03-12 10:52:03 +09:00
parent f07b60239c
commit d88d5b94c6
1 changed files with 0 additions and 1 deletions

View File

@ -1499,7 +1499,6 @@ private boolean reportInternalServerErrorOverSideband() {
}
}
@SuppressWarnings("deprecation")
private void sendPack(final boolean sideband,
PackStatistics.Accumulator accumulator) throws IOException {
ProgressMonitor pm = NullProgressMonitor.INSTANCE;