From e6f70046fe70a46617cf187d98094574676bd7aa Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 12 Dec 2007 08:52:47 +0100 Subject: [PATCH] use-lsos makes no sense in the current packaging approach. --- lsobjects.lsp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lsobjects.lsp b/lsobjects.lsp index 547a7a0..1276aeb 100644 --- a/lsobjects.lsp +++ b/lsobjects.lsp @@ -72,11 +72,6 @@ (in-package :lisp-stat-object-system) -(defun use-lsos () - "Formerly set up to import lisp-stat-object-system into current package." - (shadowing-import (package-shadowing-symbols 'lisp-stat-object-system)) - (use-package 'lisp-stat-object-system)) - ;;; Structure Implementation of Lisp-Stat Object System ;; We might consider a global rewrite if it doesn't seem to break -- 2.11.4.GIT