Delete *keyword-style*.
authorJoe Marshall <jmarshall@alum.mit.edu>
Fri, 26 Mar 2010 16:41:53 +0000 (09:41 -0700)
committerJoe Marshall <jmarshall@alum.mit.edu>
Fri, 26 Mar 2010 16:41:53 +0000 (09:41 -0700)
src/runtime/keyword.scm

index ccd429ba7582e5f6573a6d4bc0142fe238ccea91..02718bdfba27a1c7778953553aee4e8a9cec77f3 100644 (file)
@@ -34,11 +34,6 @@ USA.
 
 (define *keyword-intern-table*)
 
-;;; *KEYWORD-STYLE*
-;;
-;;  Should be one of PREFIX, SUFFIX, or #F.
-(define *keyword-style* #f)
-
 (define-structure (keyword
                   (constructor %make-keyword (name))
                   (conc-name keyword/)