From 7bc1c5cefeab940e2ed50acd496cd114210a7788 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 1 Sep 2011 12:33:46 -0600 Subject: [PATCH] build: fix 'make check' with pdwtags Problem introduced by commit b12354b. * src/remote_protocol-structs: Remove spurious blank line. --- src/remote_protocol-structs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 0498bd1514..bb5ec4459f 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -1436,7 +1436,6 @@ struct remote_domain_migrate_get_max_speed_args { struct remote_domain_migrate_get_max_speed_ret { uint64_t bandwidth; }; - struct remote_domain_events_register_any_args { int eventID; };