From 9728e43283ec47c6752eff47b9604da219b57666 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Sun, 24 Oct 2021 11:20:30 +0200 Subject: [PATCH] Remove the lines[] array - it's completely unused --- jit/gencomp.cpp | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.3