commit 8ae29b85be214ea545dd68e4dadf131d4ea5b3c0 parent 145b62dfd44bd4ae3d3a229ac6148d2285fc8c0c Author: Claudio Alessi <smoppy@gmail.com> Date: Wed, 18 Apr 2018 23:12:47 +0200 Remove unused variable. Diffstat:
M | circo.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/circo.c b/circo.c @@ -73,7 +73,6 @@ struct Buffer { int cmdoff; int cmdcur; int histsz; - int histlen; int histlnoff; int need_redraw; Buffer *next;