diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/deliverable.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/deliverable.c b/src/deliverable.c index c424033..8f37b28 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -866,7 +866,6 @@ struct StrList *delivery_build_wheels(struct Delivery *ctx) {      result = strlist_init();      if (!result) {          perror("unable to allocate memory for string list"); -        result = NULL;          return NULL;      } | 
