]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-job.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / import / pull-job.c
index 038fa2be8ba9542fae44873aa5269bbbedd9451e..e751d3af05962fbc746181df46a4cbc308b512d6 100644 (file)
@@ -421,7 +421,7 @@ static size_t pull_job_write_callback(void *contents, size_t size, size_t nmemb,
                 goto fail;
 
         default:
-                assert_not_reached("Impossible state.");
+                assert_not_reached();
         }
 
         return sz;