]> source.dussan.org Git - jgit.git/commit
[errorprone] bc: Remove unused SExprParser#parseSecretKey 40/1203640/1
authorIvan Frade <ifrade@google.com>
Tue, 5 Nov 2024 23:03:26 +0000 (15:03 -0800)
committerIvan Frade <ifrade@google.com>
Tue, 5 Nov 2024 23:08:10 +0000 (15:08 -0800)
commita3dbf3af63db5dce8566a3a1ad03f67c1e0bd090
treef3164284a8afc32e5065fc549d66725b74d78d7e
parent31ff8955d6ed23aa41456b00b1f151913f28120d
[errorprone] bc: Remove unused SExprParser#parseSecretKey

errorprone complains about using Date in the SExprParser class. All
the usages are in a variant of the parseSecretKey method that doesn't
have any callers.

Remove the unused method.

Change-Id: I80f5aa58877b9da31729cb90b0219e45d96144a8
org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/SExprParser.java