summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-23 18:31:17 +0200
committerThomas Haller <thaller@redhat.com>2014-10-29 17:33:13 +0100
commit4adccf9d0b415bc4f23aed53597c415491c3c591 (patch)
tree75c17236d46cdc9079b399e20551c10e516bd7b4
parent3f51616c2b94666f40be596d4a4318e462fd5fb2 (diff)
downloadNetworkManager-4adccf9d0b415bc4f23aed53597c415491c3c591.tar.gz
fixup! core: cleanup type of route metric to ensure guint32
-rw-r--r--src/dhcp-manager/nm-dhcp-client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dhcp-manager/nm-dhcp-client.c b/src/dhcp-manager/nm-dhcp-client.c
index 7bcc7f9e43..b6b571eb5f 100644
--- a/src/dhcp-manager/nm-dhcp-client.c
+++ b/src/dhcp-manager/nm-dhcp-client.c
@@ -54,8 +54,6 @@ typedef struct {
} NMDhcpClientPrivate;
-G_STATIC_ASSERT (sizeof (guint) >= sizeof (guint32));
-
#define NM_DHCP_CLIENT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), NM_TYPE_DHCP_CLIENT, NMDhcpClientPrivate))
G_DEFINE_TYPE_EXTENDED (NMDhcpClient, nm_dhcp_client, G_TYPE_OBJECT, G_TYPE_FLAG_ABSTRACT, {})