From: Andre Noll Date: Sat, 29 Apr 2017 14:54:03 +0000 (+0200) Subject: Remove unused error code MPI_PRINT. X-Git-Tag: v0.6.1~83 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c529df3d8d1ab989d1d96ffdaf605f582cc44bab;ds=sidebyside 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'). --- 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"), \