fa59fb2336e3

Remove unused export
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:59:14 -0400
parents b99ecbdb6688
children e78e0ce23d7a
branches/tags (none)
files quick-fastq.lisp

Changes

--- a/quick-fastq.lisp	Mon Mar 23 16:58:41 2026 -0400
+++ b/quick-fastq.lisp	Mon Mar 23 16:59:14 2026 -0400
@@ -1,6 +1,6 @@
 (defpackage :quick-fastq
   (:use :cl :iterate)
-  (:export :toplevel :build))
+  (:export :toplevel))
 
 (in-package :quick-fastq)