X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/111dc923e046e1123c4867e4e00dd6edcaae8893..a02384b53931a30bc13150131a23af4ecf088cea:/src/package.lisp?ds=inline diff --git a/src/package.lisp b/src/package.lisp index a6b9785..4ae7da7 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -30,8 +30,4 @@ (cl:in-package #:sod) -(export '*sod-version*) -(defvar *sod-version* (asdf:component-version (asdf:find-system "sod")) - "The version of the SOD translator system, as a string.") - ;;;----- That's all, folks --------------------------------------------------