Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164549820
D3478.id8194.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
D3478.id8194.diff
View Options
Index: cddl/contrib/opensolaris/tools/ctf/cvt/merge.c
===================================================================
--- cddl/contrib/opensolaris/tools/ctf/cvt/merge.c
+++ cddl/contrib/opensolaris/tools/ctf/cvt/merge.c
@@ -283,7 +283,6 @@
equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed)
{
mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members;
- mlist_t *olm1 = NULL;
while (ml1 && ml2) {
if (ml1->ml_offset != ml2->ml_offset ||
@@ -292,7 +291,6 @@
!equiv_node(ml1->ml_type, ml2->ml_type, ed))
return (0);
- olm1 = ml1;
ml1 = ml1->ml_next;
ml2 = ml2->ml_next;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 1:17 AM (5 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35846785
Default Alt Text
D3478.id8194.diff (610 B)
Attached To
Mode
D3478: GCC Warning - unused-but-set-variable
Attached
Detach File
Event Timeline
Log In to Comment