aboutsummaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 56e59d3..fb96d36 100644
--- a/common.c
+++ b/common.c
@@ -39,7 +39,6 @@ parseansi(char *ansi, struct color *color)
{
long long num;
char *token;
- const char *errstr;
bool bold = false, underline = false;
color->fg = 'x';