]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/user-runtime-dir.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / login / user-runtime-dir.c
index 07d72d214def188909aa17395d4e9edc5a9e03e6..a1087ed31c9965ae0dbe0b4a2cc4691ef7c09f8f 100644 (file)
@@ -207,7 +207,7 @@ static int run(int argc, char *argv[]) {
                 return do_mount(argv[2]);
         if (streq(argv[1], "stop"))
                 return do_umount(argv[2]);
-        assert_not_reached("Unknown verb!");
+        assert_not_reached();
 }
 
 DEFINE_MAIN_FUNCTION(run);