X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=blobdiff_plain;f=src%2Fcompiler%2Fcompiler.lisp;fp=src%2Fcompiler%2Fcompiler.lisp;h=d2b6975f7e49ab1c234bdfd3ddc56ca2f53b7ba1;hp=222f6604877143eae94fa3bcd1c6a30750d6f27c;hb=9fef9535299d5f5dafae9deb2c4bc41843bb178c;hpb=ac605fc4fba4b53a8624a5812e00dd98b589de4c diff --git a/src/compiler/compiler.lisp b/src/compiler/compiler.lisp index 222f660..d2b6975 100644 --- a/src/compiler/compiler.lisp +++ b/src/compiler/compiler.lisp @@ -1072,9 +1072,6 @@ (throw (+ "Function `" (call |xstring| (get symbol "name")) "' is undefined."))) (return func))) -(define-builtin symbol-plist (x) - `(or (get ,x "plist") ,(convert nil))) - (define-builtin lambda-code (x) `(call |make_lisp_string| (method-call ,x "toString")))