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:
parent
95dafd30da
commit
e3747380fb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user