1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31: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) {
std::map<std::string, std::string>::iterator iter;
char buf[BUFSIZ];
int res;
/* Check the map of requested data file names. */