Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323756
b: refs/heads/master
c: 60ebf32
h: refs/heads/master
v: v3
  • Loading branch information
Suzuki K. Poulose authored and Arnaldo Carvalho de Melo committed Sep 5, 2012
1 parent 86b67fb commit ce4019d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09a2f16a916178489fc4bf439de668d81fda7616
refs/heads/master: 60ebf328762914b80d3e4e5f07bda599043c8eda
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/intlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ int intlist__add(struct intlist *ilist, int i)
return rblist__add_node(&ilist->rblist, (void *)((long)i));
}

void intlist__remove(struct intlist *ilist __used, struct int_node *node)
void intlist__remove(struct intlist *ilist, struct int_node *node)
{
int_node__delete(node);
rblist__remove_node(&ilist->rblist, &node->rb_node);
}

struct int_node *intlist__find(struct intlist *ilist, int i)
Expand Down

0 comments on commit ce4019d

Please sign in to comment.