Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 1f7132067db1adcd87c9ec11c0c91c1bd48e5953 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Mon, 8 Mar 2021 01:07:27 +0000
>Subject: [PATCH] master.c: remove declaration of the unused array
> "delayed_msg[]"

  The array "delayed_msg[]" and its size "ndelayed_msg" were declared
although they are not used.

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 master.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/master.c b/master.c
index 2369688..8d1815b 100644
--- a/master.c
+++ b/master.c
@@ -989,11 +989,6 @@ write_error(void)
  * dummy routines - should never be called by master
  */
 
-/* extern char            delayed_msg[]; */
-
-const size_t    ndelayed_msg = 100; /* size of array "delayed_msg[]" */
-char            delayed_msg[100] = "";
-
 FILE           *
 open_purpose_file(void)
 {
-- 
2.30.1



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to