aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-23 01:11:03 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-23 01:11:03 -0400
commit821f58a4c54fe8c3fc33fbefd6afb1d7b8b69419 (patch)
treed65cfc80011cf9a8790e1e0826dd84e231a9e7c5 /src
parenta009035b2744be16836aebd81c18bb1a437d236e (diff)
downloadstasis-821f58a4c54fe8c3fc33fbefd6afb1d7b8b69419.tar.gz
Remove comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/core/wheel.c2
1 files changed, 0 insertions, 2 deletions
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;
}