소스 검색

moved SBCL muffle to my SBCL init file

Mark VandenBrink 12 년 전
부모
커밋
1b3b2723b3
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      taglib-tests.asd

+ 0 - 3
taglib-tests.asd

@@ -1,9 +1,6 @@
 ;;; taglib-tests.asd
 ;;; Copyright (c) 2013, Mark VandenBrink. All rights reserved.
 ;;;
-
-#+SBCL (declaim (sb-ext:muffle-conditions sb-ext:compiler-note style-warning))
-
 (asdf:defsystem #:taglib-tests
   :description "Simple demo/test code for taglib"
   :author "Mark VandenBrink"