diff --git a/idle_scan.cc b/idle_scan.cc index 0f6eb60bd..eb4ccbadd 100644 --- a/idle_scan.cc +++ b/idle_scan.cc @@ -105,15 +105,6 @@ #include -/* For unknown reasons, MS VC++ is warning about lines like: - proxy->senddelay *= 0.95; - - This is the brute-force way to fix that. - */ -#ifdef _MSC_VER -#pragma warning(disable: 4244) -#endif - extern NmapOps o; struct idle_proxy_info {