]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/systemctl-clean-or-freeze.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / systemctl / systemctl-clean-or-freeze.c
index eca3a6d35490e2d1a8b43b02a74a4d164a1abf90..fb4d6435171bb75aa60e58160111e37e1927cc8c 100644 (file)
@@ -44,7 +44,7 @@ int clean_or_freeze_unit(int argc, char *argv[], void *userdata) {
         else if (streq(argv[0], "thaw"))
                 method = "ThawUnit";
         else
-                assert_not_reached("Unhandled method");
+                assert_not_reached();
 
         STRV_FOREACH(name, names) {
                 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;