X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/2672be806e7480e2f4aed24430c863b3683c43c1..8f3f42a31fa72452fd0e46b0a2b166422c712188:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index d6e47f4..4ae7da7 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -30,8 +30,4 @@ (cl:in-package #:sod) -(export '*sod-version*) -(defparameter *sod-version* sod-sysdef:*version* - "The version of the SOD translator system, as a string.") - ;;;----- That's all, folks --------------------------------------------------