diff options
Diffstat (limited to 'contrib/pgcrypto/px.c')
-rw-r--r-- | contrib/pgcrypto/px.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c index 93c436daa0d..cfb3b50985a 100644 --- a/contrib/pgcrypto/px.c +++ b/contrib/pgcrypto/px.c @@ -87,9 +87,6 @@ static const struct error_desc px_err_list[] = { {PXE_PGP_UNSUPPORTED_PUBALGO, "Unsupported public key algorithm"}, {PXE_PGP_MULTIPLE_SUBKEYS, "Several subkeys not supported"}, - /* fake this as PXE_PGP_CORRUPT_DATA */ - {PXE_MBUF_SHORT_READ, "Corrupt data"}, - {0, NULL}, }; |