From f71ec0d0dfc56a802b89f770f6c21a4c2b1986e4 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Tue, 28 May 2024 15:32:16 +0200 Subject: [PATCH] Remove comment not relevant to Nim version Signed-off-by: Christopher Arndt --- src/nymph/atom/util.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nymph/atom/util.nim b/src/nymph/atom/util.nim index 2544820..bd6743c 100644 --- a/src/nymph/atom/util.nim +++ b/src/nymph/atom/util.nim @@ -3,10 +3,6 @@ ## ## Helper functions for the LV2 Atom extension. ## -## Note these functions are all static inline, do not take their address. -## -## This header is non-normative, it is provided for convenience. -## ## Utilities for working with atoms. ##