ref: a6a9bb3886cc7c2d47194ebd6ba238bdb6d4c0fc
parent: 03f59ef700028956694e5b5a7c1c29c12ab9bac7
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jul 23 06:59:09 EDT 2021
remove unused var
--- a/mp3dec.c
+++ b/mp3dec.c
@@ -5,7 +5,7 @@
#define MINIMP3_NO_STDIO
#include "minimp3_ex.h"
-static int noseek, startsz;
+static int noseek;
static uvlong curpos;
static Biobufhdr in;
static uchar inb[MINIMP3_BUF_SIZE];