diff options
Diffstat (limited to 'src/strv.c')
-rw-r--r-- | src/strv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strv.c b/src/strv.c index f15aa8736a..066dd09276 100644 --- a/src/strv.c +++ b/src/strv.c @@ -105,7 +105,6 @@ char **strv_new_ap(const char *x, va_list ap) { unsigned n = 0, i = 0; va_list aq; - if (x) { n = 1; |