From c529df3d8d1ab989d1d96ffdaf605f582cc44bab Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 29 Apr 2017 16:54:03 +0200 Subject: [PATCH 1/1] Remove unused error code MPI_PRINT. This had been removed already in commit eab41e87 (gcrypt: Remove open-coded OAEP padding) but it was brought back by mistake in commit 9264932e (Merge branch 'refs/heads/t/dynamic_chunks'). --- error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/error.h b/error.h index 58fcd375..5f828fd4 100644 --- a/error.h +++ b/error.h @@ -148,7 +148,6 @@ PARA_ERROR(MP4FF_META_WRITE, "mp4ff: could not update mp4 metadata"), \ PARA_ERROR(MP4FF_OPEN, "mp4ff: open failed"), \ PARA_ERROR(MP4FF_TRACK, "mp4fF: no audio track"), \ - PARA_ERROR(MPI_PRINT, "could not convert multi-precision integer"), \ PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ PARA_ERROR(NO_AFHI, "audio format handler info required"), \ -- 2.39.2