From 821f58a4c54fe8c3fc33fbefd6afb1d7b8b69419 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 23 Apr 2026 01:11:03 -0400 Subject: Remove comment --- src/lib/core/wheel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lib/core/wheel.c b/src/lib/core/wheel.c index 78209f1..a80c821 100644 --- a/src/lib/core/wheel.c +++ b/src/lib/core/wheel.c @@ -595,8 +595,6 @@ static ssize_t wheel_parse_metadata(struct WheelMetadata * const pkg, const char pkg->description = tmp; } len_description += snprintf(pkg->description + len_description, next_len + 1, "%s\n", line); - - //consume_append(&pkg->description, line, "\r\n"); } break; } -- cgit