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:
1
nmap.cc
1
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<std::string, std::string>::iterator iter;
|
||||
char buf[BUFSIZ];
|
||||
int res;
|
||||
|
||||
/* Check the map of requested data file names. */
|
||||
|
||||
Reference in New Issue
Block a user