aboutsummaryrefslogtreecommitdiffstats
path: root/extension/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/errno.c')
-rw-r--r--extension/errno.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/errno.c b/extension/errno.c
index 2eafa437..5dc15d79 100644
--- a/extension/errno.c
+++ b/extension/errno.c
@@ -86,7 +86,6 @@ static awk_value_t *
do_errno2name(int nargs, awk_value_t *result)
{
awk_value_t errnum;
- const char *str;
if (do_lint && nargs > 1)
lintwarn(ext_id, _("errno2name: called with too many arguments"));
@@ -112,7 +111,6 @@ static awk_value_t *
do_name2errno(int nargs, awk_value_t *result)
{
awk_value_t err;
- const char *str;
if (do_lint && nargs > 1)
lintwarn(ext_id, _("name2errno: called with too many arguments"));