X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Falpha-vm.lisp;h=fe440d0bae7b9cd878fcab53960cfbf538e6f52b;hb=422b88abf96f4842a3d0999cd3b80d96f5a153d6;hp=7a2b26e8b2ccb11968a1d1d6e49dac429d197c0b;hpb=bc46c8bcdd6ac8918df8ea9e9db49808e4924fcf;p=sbcl.git diff --git a/src/code/alpha-vm.lisp b/src/code/alpha-vm.lisp index 7a2b26e..fe440d0 100644 --- a/src/code/alpha-vm.lisp +++ b/src/code/alpha-vm.lisp @@ -170,12 +170,4 @@ (return)) (sc-offsets (sb!c::read-var-integer vector index))) (values error-number (sc-offsets))))))) - -;;; The loader uses this to convert alien names to the form they -;;; occure in the symbol table (for example, prepending an -;;; underscore). -(defun extern-alien-name (name) - (declare (type simple-base-string name)) - ;; On the Alpha we don't do anything. - name)