]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove unnecessary check for non-NULL uuid
authorJiri Denemark <jdenemar@redhat.com>
Thu, 17 Jun 2010 14:45:27 +0000 (16:45 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Jun 2010 08:11:34 +0000 (10:11 +0200)
commitc5ec45a3a4ae3a268d390f0ec88b9b56cd6ec189
treecf1f76de5a4a8e05601c665a27759c29b0fb3b28
parent30ec755ecb3350116d2851afa0de02e77dbe2c51
Remove unnecessary check for non-NULL uuid

The first thing we do in all these functions is to check uuid != NULL
and fail if it isn't.
src/datatypes.c