Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147583
b: refs/heads/master
c: 27b9613
h: refs/heads/master
i:
  147581: 2bf140a
  147579: 3e67803
  147575: ad6eb60
  147567: 6f34086
  147551: 092c7f3
  147519: 07e3d0f
  147455: cada1d8
v: v3
  • Loading branch information
Ingo Molnar committed May 31, 2009
1 parent 17d3a15 commit 6f64f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: c1c2365acf8c044f749c0fe1ea236497e8d1718e
refs/heads/master: 27b9613b7be39412775d0ab80f57229aa73bb07d
3 changes: 0 additions & 3 deletions trunk/Documentation/perf_counter/util/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ const char *help_unknown_cmd(const char *cmd)
qsort(main_cmds.names, main_cmds.cnt,
sizeof(*main_cmds.names), levenshtein_compare);

if (!main_cmds.cnt)
die ("Uh oh. Your system reports no Git commands at all.");

best_similarity = main_cmds.names[0]->len;
n = 1;
while (n < main_cmds.cnt && best_similarity == main_cmds.names[n]->len)
Expand Down

0 comments on commit 6f64f48

Please sign in to comment.