From bcc6b29e9e17edc303da0fc944e17e11b5be9040 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Mon, 11 Oct 2021 11:21:02 -0500 Subject: [PATCH] Remove unused import --- src/clj/coffi/ffi.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index e6fd9c5..a94982d 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -20,7 +20,6 @@ CLinker FunctionDescriptor MemoryLayout - MemorySegment SegmentAllocator))) ;;; FFI Code loading and function access