1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

test: drop an unused assignment

Unused since 788c2d9523.
Resolves: CID#1509248
This commit is contained in:
Frantisek Sumsal 2023-07-02 11:04:38 +02:00
parent 95dafd30da
commit e3747380fb

View File

@ -23,8 +23,6 @@ int main(int argc, char *argv[]) {
r = watchdog_setup(t);
if (r < 0)
log_warning_errno(r, "Failed to open watchdog: %m");
if (r == -EPERM)
t = 0;
for (i = 0; i < count; i++) {
t = watchdog_runtime_wait();