OSDN Git Service

hmp: Drop redundant argument check from add_completion_option()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 24 Jan 2023 12:19:19 +0000 (13:19 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 4 Feb 2023 06:56:54 +0000 (07:56 +0100)
commit444ee02c5ff3b1ce794e9dc2fe2005a13ae8e4a7
tree9a7e5392d72165b8ab57282a6765d0a5c9354c8e
parentc3054a6e6a8c191b20f981a022270af1ead0ab29
hmp: Drop redundant argument check from add_completion_option()

No need to check for null arguments, no caller passes them.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-6-armbru@redhat.com>
monitor/misc.c