From 23af296ce93a9838aebd5a46c3b7cdd726da718f Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 30 Apr 2024 12:40:05 +0200 Subject: [PATCH] Remove obsolete comment --- crates/fj-core/src/operations/transform/curve.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/fj-core/src/operations/transform/curve.rs b/crates/fj-core/src/operations/transform/curve.rs index 7e1bcc9d2..7f878009b 100644 --- a/crates/fj-core/src/operations/transform/curve.rs +++ b/crates/fj-core/src/operations/transform/curve.rs @@ -13,9 +13,6 @@ impl TransformObject for Handle { core: &mut Core, cache: &mut TransformCache, ) -> Self { - // There's nothing to actually transform here, as `Curve` holds no data. - // We still need this implementation though, as a new `Curve` object - // must be created to represent the new and transformed curve. cache .entry(self) .or_insert_with(|| {