ovs-vsctl: Remove dead code.
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
index 2baab00..0068f64 100644 (file)
@@ -2502,9 +2502,6 @@ parse_column_key_value(const char *arg,
         }
         *valuep = xstrdup(p + best_len);
     } else {
-        if (valuep) {
-            *valuep = NULL;
-        }
         if (*p != '\0') {
             error = xasprintf("%s: trailing garbage \"%s\" in argument",
                               arg, p);