Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223547
b: refs/heads/master
c: bbde588
h: refs/heads/master
i:
  223545: 43a41b4
  223543: 47af252
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Dec 16, 2010
1 parent 660992e commit 5ac3a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 68a7a771ad0e2959983729bf88cbc74a7014438f
refs/heads/master: bbde588bfacb990542eed043d89c8591d4ae9211
3 changes: 1 addition & 2 deletions trunk/tools/perf/builtin-buildid-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ static const struct option options[] = {

static int __cmd_buildid_list(void)
{
int err = -1;
struct perf_session *session;

session = perf_session__new(input_name, O_RDONLY, force, false);
Expand All @@ -49,7 +48,7 @@ static int __cmd_buildid_list(void)
perf_session__fprintf_dsos_buildid(session, stdout, with_hits);

perf_session__delete(session);
return err;
return 0;
}

int cmd_buildid_list(int argc, const char **argv, const char *prefix __used)
Expand Down

0 comments on commit 5ac3a0c

Please sign in to comment.