From 8417aa5576fae751722b3af916506f0246b3daac Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 28 Aug 2020 15:06:09 +0000 Subject: [PATCH] Remove an unused variable --- nmap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index a6a6cfbe8..e056c8541 100644 --- a/nmap.cc +++ b/nmap.cc @@ -2569,7 +2569,6 @@ static int nmap_fetchfile_sub(char *filename_returned, int bufferlen, const char */ int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file) { std::map::iterator iter; - char buf[BUFSIZ]; int res; /* Check the map of requested data file names. */