Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109438386
D4733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
D4733.diff
View Options
Index: head/sys/xen/xenbus/xenbusb.c
===================================================================
--- head/sys/xen/xenbus/xenbusb.c
+++ head/sys/xen/xenbus/xenbusb.c
@@ -561,7 +561,6 @@
struct xenbusb_softc *xbs;
device_t dev;
char *node;
- char *bus;
char *type;
char *id;
char *p;
@@ -580,7 +579,6 @@
p = strchr(node, '/');
if (p == NULL)
goto out;
- bus = node;
*p = 0;
type = p + 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 1:52 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16484707
Default Alt Text
D4733.diff (419 B)
Attached To
Mode
D4733: Clean up unused-but-set-variable spotted by gcc-4.9.
Attached
Detach File
Event Timeline
Log In to Comment