From 300554765f2b19fdb4219edc6ef098f6693617e1 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 11 May 2015 19:44:18 -0700
Subject: [PATCH] Remove terminal-speeds since it's in code/unix-glibc2.lisp
 now.

---
 src/contrib/unix/unix-glibc2.lisp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/contrib/unix/unix-glibc2.lisp b/src/contrib/unix/unix-glibc2.lisp
index 6dda763cb..06493054e 100644
--- a/src/contrib/unix/unix-glibc2.lisp
+++ b/src/contrib/unix/unix-glibc2.lisp
@@ -1883,10 +1883,6 @@ in at a time in poll.")
 (defconstant writeoth #o2 _N"Write 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.
 
 (export '(unix-file-kind unix-maybe-prepend-current-directory
-- 
GitLab