1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Remove an unused variable

This commit is contained in:
dmiller
2020-08-28 15:06:09 +00:00
parent 3635595b24
commit 8417aa5576

View File

@@ -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) { int nmap_fetchfile(char *filename_returned, int bufferlen, const char *file) {
std::map<std::string, std::string>::iterator iter; std::map<std::string, std::string>::iterator iter;
char buf[BUFSIZ];
int res; int res;
/* Check the map of requested data file names. */ /* Check the map of requested data file names. */