From 7196e1a81b02d147dd43011a0762fd04397acdc6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 7 Nov 2021 22:39:16 +0100 Subject: [PATCH 1/1] Remove unused error code E_OGG_STREAM_FLUSH. The last user was removed four years ago. Fixes: c8466194a4842e319abdedfb38ddc93630e25471 --- error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/error.h b/error.h index fe44ff5c..c1e7b973 100644 --- a/error.h +++ b/error.h @@ -166,7 +166,6 @@ PARA_ERROR(OGGDEC_VERSION, "vorbis version mismatch"), \ PARA_ERROR(OGG_EMPTY, "no ogg pages found"), \ PARA_ERROR(OGG_PACKET_IN, "ogg_stream_packetin() failed"), \ - PARA_ERROR(OGG_STREAM_FLUSH, "ogg_stream_flush() failed"), \ PARA_ERROR(OGG_SYNC, "internal ogg storage overflow"), \ PARA_ERROR(OPENSSH_PARSE, "could not parse openssh private key"), \ PARA_ERROR(OPUS_COMMENT, "invalid or corrupted opus comment"), \ -- 2.39.2