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:
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) {
|
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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user