aboutsummaryrefslogtreecommitdiff
path: root/lib/diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/diag.c')
-rw-r--r--lib/diag.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/diag.c b/lib/diag.c
index 5386abd..0e44491 100644
--- a/lib/diag.c
+++ b/lib/diag.c
@@ -40,8 +40,6 @@ vdiag(grecs_locus_t const *locus, const char *qual, const char *fmt,
fprintf(stderr, "%s: ", program_name);
if (locus) {
- size_t size = 0;
-
if (locus->beg.col == 0)
fprintf(stderr, "%s:%u",
locus->beg.file,

Return to:

Send suggestions and report system problems to the System administrator.