2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

db-ctl-base: Kill die_if_error() helper.

All users are gone.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Jakub Sitnicki
2018-07-02 12:50:15 +02:00
committed by Ben Pfaff
parent d4f720a060
commit f06d958c38

View File

@@ -186,14 +186,6 @@ print_command_arguments(const struct ctl_command_syntax *command)
free(output);
}
static void
die_if_error(char *error)
{
if (error) {
ctl_fatal("%s", error);
}
}
static int
to_lower_and_underscores(unsigned c)
{