summaryrefslogtreecommitdiff
path: root/libnm-glib/libnm-glib-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-glib/libnm-glib-test.c')
-rw-r--r--libnm-glib/libnm-glib-test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm-glib/libnm-glib-test.c b/libnm-glib/libnm-glib-test.c
index bd3a57379e..a03b3a2060 100644
--- a/libnm-glib/libnm-glib-test.c
+++ b/libnm-glib/libnm-glib-test.c
@@ -54,9 +54,6 @@ dump_device (NMDevice *device)
g_print ("Driver: %s\n", str);
g_free (str);
- b = nm_device_get_use_dhcp (device);
- g_print ("Use DHCP: %s\n", b ? "yes" : "no");
-
u = nm_device_get_ip4_address (device);
g_print ("IP address: %d\n", u);