cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 0a7018a83ca03cb4438aa203d9a1c6e052cc143a
parent 0b7dfac764dead025a9840381783f55c4616420b
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 21 Sep 2014 22:40:13 +0200

remove redundant defpackage

Diffstat:
Mtls.lisp | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/tls.lisp b/tls.lisp @@ -20,9 +20,6 @@ ;;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ;;; DEALINGS IN THE SOFTWARE. -(defpackage :rw.tls - (:use :cl)) - (in-package :rw.tls) ;;tshark -i wlp3s0 -V >~/git/cl-rw/tls.log