ReceivePack: Remove unused getLockMessageProcessName method

Change-Id: I85a0c3e3a53f87ad6f6eda41c7c6cb41b403b3bb
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2019-11-13 16:33:34 -08:00
parent b89e5ecc9f
commit 57bb09ade9
1 changed files with 0 additions and 9 deletions

View File

@ -419,15 +419,6 @@ public void flush() {
}
}
/**
* Get the process name used for pack lock messages.
*
* @return the process name used for pack lock messages.
*/
protected String getLockMessageProcessName() {
return "jgit receive-pack"; //$NON-NLS-1$
}
/**
* Get the repository this receive completes into.
*