From 56481ea9e3eba2369f83a7d0f43385a433e78822 Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Thu, 27 Jun 2024 15:40:42 +0200 Subject: [PATCH] revert regression as it breaks user code (for now) --- src/clj/coffi/mem.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index d9e620d..71fbd42 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -269,8 +269,6 @@ (.addCloseAction session action) nil) -;; TODO(Joshua): Determine if this needs to exist at all -#_ (defn as-segment "Dereferences an `address` into a memory segment associated with the `session`." (^MemorySegment [^MemoryAddress address size]