]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: fix 'make check' when pdwtags is available
authorEric Blake <eblake@redhat.com>
Tue, 28 Jun 2011 17:44:01 +0000 (11:44 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 28 Jun 2011 17:44:01 +0000 (11:44 -0600)
Problem introduced in commit 6818cf86.

* src/remote_protocol-structs: Delete unused struct.

src/remote_protocol-structs

index c07ba81cb72f7b3ad506d5fecef69962ca226b5b..25979b4ba3844b60045a911794a099c3638e1cf3 100644 (file)
@@ -1615,11 +1615,3 @@ struct remote_domain_get_control_info_ret {
         u_int                      details;
         uint64_t                   stateTime;
 };
-struct remote_message_header {
-        u_int                      prog;
-        u_int                      vers;
-        int                        proc;
-        remote_message_type        type;
-        u_int                      serial;
-        remote_message_status      status;
-};