Skip to content
Snippets Groups Projects
Commit 30055476 authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove terminal-speeds since it's in code/unix-glibc2.lisp now.

parent bff46014
No related branches found
No related tags found
No related merge requests found
...@@ -1883,10 +1883,6 @@ in at a time in poll.") ...@@ -1883,10 +1883,6 @@ in at a time in poll.")
(defconstant writeoth #o2 _N"Write by others") (defconstant writeoth #o2 _N"Write by others")
(defconstant execoth #o1 _N"Execute (search directory) by others") (defconstant execoth #o1 _N"Execute (search directory) by others")
(defconstant terminal-speeds
'#(0 50 75 110 134 150 200 300 600 1200 1800 2400
4800 9600 19200 38400 57600 115200 230400))
;;;; Support routines for dealing with unix pathnames. ;;;; Support routines for dealing with unix pathnames.
(export '(unix-file-kind unix-maybe-prepend-current-directory (export '(unix-file-kind unix-maybe-prepend-current-directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment