]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/net-utils.el: Delete code commented out since 2000.
authorStefan Kangas <stefan@marxist.se>
Mon, 1 Aug 2022 09:52:32 +0000 (11:52 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 1 Aug 2022 09:52:32 +0000 (11:52 +0200)
Note also that the netstat command is officially deprecated.

lisp/net/net-utils.el

index c7ff175e08ef5f149dc8356f4f67d2f052b8d057..192c8446eb1931923d1e5d8c30631e906d6eb9da 100644 (file)
@@ -442,15 +442,6 @@ If your system's ping continues until interrupted, you can try setting
      ping-program
      options)))
 
-;; FIXME -- Needs to be a process filter
-;; (defun netstat-with-filter (filter)
-;;   "Run netstat program."
-;;   (interactive "sFilter: ")
-;;   (netstat)
-;;   (set-buffer (get-buffer "*Netstat*"))
-;;   (goto-char (point-min))
-;;   (delete-matching-lines filter))
-
 ;;;###autoload
 (defun nslookup-host (host &optional name-server)
   "Look up the DNS information for HOST (name or IP address).