about summary refs log tree commit diff
path: root/third_party/lisp/alexandria/strings.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/alexandria/strings.lisp')
-rw-r--r--third_party/lisp/alexandria/strings.lisp6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/lisp/alexandria/strings.lisp b/third_party/lisp/alexandria/strings.lisp
deleted file mode 100644
index e9fd91c961..0000000000
--- a/third_party/lisp/alexandria/strings.lisp
+++ /dev/null
@@ -1,6 +0,0 @@
-(in-package :alexandria)
-
-(deftype string-designator ()
-  "A string designator type. A string designator is either a string, a symbol,
-or a character."
-  `(or symbol string character))