Ignore:
Timestamp:
07/22/10 18:13:22 (13 years ago)
Author:
ehuelsmann
Message:

Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/autoloads.lisp

    r12756 r12819  
    346346(export '(make-mutex get-mutex release-mutex with-mutex))
    347347
    348 (progn
    349   ;; block to be removed at 0.22
    350   ;; It exists solely for pre-0.17 compatibility
    351   ;; FIXME 0.22
    352   (in-package "EXTENSIONS")
    353   (export '(mailbox-send mailbox-empty-p mailbox-read mailbox-peek))
    354   (export '(make-thread-lock thread-lock thread-unlock with-thread-lock))
    355   (export '(with-mutex make-mutex get-mutex release-mutex)))
    356 
    357 ;; end of 0.22 block
    358348
    359349(in-package "EXTENSIONS")
Note: See TracChangeset for help on using the changeset viewer.