diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1a84ca8..cf58bd7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -8,4 +8,6 @@ ================================================================ +- removed duplicate typedef in tools/retro-muri.c (sevan) + ================================================================ diff --git a/tools/retro-muri.c b/tools/retro-muri.c index 6f2ade9..bb16ca9 100644 --- a/tools/retro-muri.c +++ b/tools/retro-muri.c @@ -56,8 +56,6 @@ size_t bsd_strlcpy(char *dst, const char *src, size_t dsize); char code_start[33], code_end[33], test_start[33], test_end[33]; -typedef void (*Handler)(char *); - void read_line(FILE *file, char *line_buffer) { int ch = getc(file); int count = 0;