From: greg@kroah.com Date: Sat, 3 Apr 2004 01:02:09 +0000 (-0800) Subject: [PATCH] remove compiler warning from udevd.c X-Git-Tag: 024~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a689d5863f2794aa71674dce4d251bec20ef0fb;p=systemd [PATCH] remove compiler warning from udevd.c --- diff --git a/udevd.c b/udevd.c index d464b9a1..1bbb0a98 100644 --- a/udevd.c +++ b/udevd.c @@ -83,11 +83,13 @@ static void msg_dump_queue(void) #endif } +#if 0 static void msg_dump(struct hotplug_msg *msg) { dbg("sequence %d, '%s', '%s', '%s'", msg->seqnum, msg->action, msg->devpath, msg->subsystem); } +#endif static struct hotplug_msg *msg_create(void) {