Avoid writes to variables that are never read back.
[openvswitch] / utilities / ovs-vsctl.c
index 2fc87f00277fc0cc57198e6fe1f9f1b15a71b229..d8aeb53d8bcb0036a1e6c9c9c09bb7b2bddaa677 100644 (file)
@@ -3809,8 +3809,6 @@ do_vsctl(const char *args, struct vsctl_command *commands, size_t n_commands,
 
         if (ctx.try_again) {
             vsctl_context_done(&ctx, NULL);
-
-            status = TXN_TRY_AGAIN;
             goto try_again;
         }
     }