diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-11-13 16:33:34 -0800 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-11-13 16:33:34 -0800 |
commit | 57bb09ade94bce7860efa0633a599aec55f7aee6 (patch) | |
tree | 3b2b14e2f95627127d139c4aee1476679bb10c62 | |
parent | b89e5ecc9f87d81ccd1f22959c0e77e57d26d3e3 (diff) | |
download | jgit-57bb09ade94bce7860efa0633a599aec55f7aee6.tar.gz jgit-57bb09ade94bce7860efa0633a599aec55f7aee6.zip |
ReceivePack: Remove unused getLockMessageProcessName method
Change-Id: I85a0c3e3a53f87ad6f6eda41c7c6cb41b403b3bb
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java index cb657b91f3..1336ff895d 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java @@ -420,15 +420,6 @@ public class ReceivePack { } /** - * 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. * * @return the repository this receive completes into. |