]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove the lines[] array - it's completely unused
authorThomas Huth <huth@tuxfamily.org>
Sun, 24 Oct 2021 09:20:30 +0000 (11:20 +0200)
committerThomas Huth <huth@tuxfamily.org>
Sun, 17 Apr 2022 06:47:58 +0000 (08:47 +0200)
jit/gencomp.cpp

index 862c6008055006c7a23ca835fe1c2b99480700e2..d2580d991b3e1e4786fbc03bf60ac874e085c73f 100644 (file)
@@ -135,7 +135,6 @@ static int global_mayfail;
 static int global_fpu;
 
 static char endstr[1000];
-static char lines[100000];
 
 #include "flags_x86.h"