From: Thomas Huth Date: Sun, 24 Oct 2021 09:20:30 +0000 (+0200) Subject: Remove the lines[] array - it's completely unused X-Git-Tag: 41000~233^2~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9728e43283ec47c6752eff47b9604da219b57666;p=francis%2Fwinuae.git Remove the lines[] array - it's completely unused --- diff --git a/jit/gencomp.cpp b/jit/gencomp.cpp index 862c6008..d2580d99 100644 --- a/jit/gencomp.cpp +++ b/jit/gencomp.cpp @@ -135,7 +135,6 @@ static int global_mayfail; static int global_fpu; static char endstr[1000]; -static char lines[100000]; #include "flags_x86.h"